diff options
-rw-r--r-- | testing/attr/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/attr/APKBUILD b/testing/attr/APKBUILD index 8f80a99184..7046bd56fa 100644 --- a/testing/attr/APKBUILD +++ b/testing/attr/APKBUILD @@ -2,13 +2,13 @@ pkgname=attr pkgver=2.4.44 _ver=2.4.44 -pkgrel=0 +pkgrel=1 pkgdesc="Extended attribute support library for ACL support" url="http://oss.sgi.com/projects/xfs/" license="LGPL" depends= makedepends="libtool autoconf automake bash gzip" -subpackage="$pkgname-dev $pkgname-doc" +subpackages="$pkgname-dev $pkgname-doc" source="ftp://ftp.archlinux.org/other/attr/attr-${pkgver}.src.tar.gz" prepare() { |