diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-09-19 01:34:25 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-18 20:58:37 -0300 |
commit | fcc682b96bbeae04cb530c8c24e0cfa5e2ed08cf (patch) | |
tree | 5f41d675228b86241a1ff92dbf2c0da8c95f67bb /testing/numix-icon-theme-circle | |
parent | b4aec60e0b3444bf7cc901285e2e97adc6f5f208 (diff) | |
download | aports-fcc682b96bbeae04cb530c8c24e0cfa5e2ed08cf.tar.bz2 aports-fcc682b96bbeae04cb530c8c24e0cfa5e2ed08cf.tar.xz |
testing/numix-icon-theme-circle: fix url
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() { |