diff options
Diffstat (limited to 'testing/numix-icon-theme-circle')
-rw-r--r-- | testing/numix-icon-theme-circle/APKBUILD | 6 |
1 files 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() { |