diff options
Diffstat (limited to 'system/attr/APKBUILD')
-rw-r--r-- | system/attr/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/attr/APKBUILD b/system/attr/APKBUILD index 29cefb698..10fca7144 100644 --- a/system/attr/APKBUILD +++ b/system/attr/APKBUILD @@ -1,14 +1,14 @@ # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=attr pkgver=2.4.47 -pkgrel=8 +pkgrel=9 pkgdesc="Utilities for managing filesystem extended attributes" url="https://savannah.nongnu.org/projects/attr" arch="all" license="GPL-2.0+ AND LGPL-2.1+" options="!checkroot" depends="" -makedepends="libtool autoconf automake bash gzip gettext-tiny gettext-tiny-dev" +makedepends="libtool autoconf automake bash gettext-tiny gettext-tiny-dev" checkdepends="perl" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang libattr" source="http://download.savannah.nongnu.org/releases/attr/attr-$pkgver.src.tar.gz |