diff options
-rw-r--r-- | main/attr/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/attr/APKBUILD b/main/attr/APKBUILD index bb9ec51f17..7ef4c49abb 100644 --- a/main/attr/APKBUILD +++ b/main/attr/APKBUILD @@ -1,11 +1,11 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=attr pkgver=2.4.47 -pkgrel=1 +pkgrel=2 pkgdesc="Utilities for managing filesystem extended attributes" url="http://acl.bestbits.at/" arch="all" -license="LGPL" +license="GPL2+ LGPL2+" depends= makedepends="libtool autoconf automake bash gzip" subpackages="$pkgname-dev $pkgname-doc libattr" |