diff options
Diffstat (limited to 'main/attr')
-rw-r--r-- | main/attr/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/attr/APKBUILD b/main/attr/APKBUILD index 657aaff79e..5338b91c89 100644 --- a/main/attr/APKBUILD +++ b/main/attr/APKBUILD @@ -1,15 +1,15 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=attr pkgver=2.4.47 -pkgrel=5 +pkgrel=6 pkgdesc="Utilities for managing filesystem extended attributes" -url="http://acl.bestbits.at/" +url="https://savannah.nongnu.org/projects/attr" arch="all" license="GPL2+ LGPL2+" depends="" makedepends="libtool autoconf automake bash gzip" subpackages="$pkgname-dev $pkgname-doc libattr" -source="http://download.savannah.gnu.org/releases-noredirect/attr/attr-$pkgver.src.tar.gz +source="http://download.savannah.nongnu.org/releases/attr/attr-$pkgver.src.tar.gz fix-decls.patch fix-throw.patch " |