~alpine/aports

testing/numix-icon-theme-circle: fix url v1 APPLIED

Bart Ribbers: 1
 testing/numix-icon-theme-circle: fix url

 1 files changed, 3 insertions(+), 3 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3052/mbox | git am -3
Learn more about email & git

[PATCH] testing/numix-icon-theme-circle: fix url Export this patch

---
 testing/numix-icon-theme-circle/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/testing/numix-icon-theme-circle/APKBUILD b/testing/numix-icon-theme-circle/APKBUILD
index 6c83bdb21b..ea47245f55 100644
--- a/testing/numix-icon-theme-circle/APKBUILD
+++ b/testing/numix-icon-theme-circle/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=numix-icon-theme-circle
pkgver=19.05.07
pkgrel=0
pkgrel=1
pkgdesc="Official icon theme from the Numix project"
url="http://numixproject.org/"
url="https://github.com/numixproject/numix-icon-theme-circle"
arch="noarch"
license="GPL-3.0-only"
depends="numix-icon-theme"
subpackages="$pkgname-light"
source="$pkgname-$pkgver.tar.gz::https://github.com/numixproject/$pkgname/archive/$pkgver.tar.gz"
source="$pkgname-$pkgver.tar.gz::https://github.com/numixproject/numix-icon-theme-circle/archive/$pkgver.tar.gz"
options="!check" # No code so no tests

package() {
-- 
2.21.0