summaryrefslogtreecommitdiffstats
path: root/abs/core/acl
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-12-02 23:19:08 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-12-02 23:19:08 (GMT)
commit75d249856d00ab01a8af7c2e9ff04869c82808e7 (patch)
treedbf6bbd4ed3f911eae2d4da1ad053887ddb531ee /abs/core/acl
parent08a71658d8683f624c0560b1e0860bc0b275c5ae (diff)
downloadlinhes_pkgbuild-75d249856d00ab01a8af7c2e9ff04869c82808e7.zip
linhes_pkgbuild-75d249856d00ab01a8af7c2e9ff04869c82808e7.tar.gz
linhes_pkgbuild-75d249856d00ab01a8af7c2e9ff04869c82808e7.tar.bz2
acl: update to 2.2.52
Diffstat (limited to 'abs/core/acl')
-rw-r--r--abs/core/acl/PKGBUILD13
1 files changed, 4 insertions, 9 deletions
diff --git a/abs/core/acl/PKGBUILD b/abs/core/acl/PKGBUILD
index b6e38ec..0ea2843 100644
--- a/abs/core/acl/PKGBUILD
+++ b/abs/core/acl/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 158574 2012-05-05 00:02:35Z allan $
+# $Id$
# Maintainer: Thomas Bächler <thomas@archlinux.org>
pkgname=acl
-pkgver=2.2.51
+pkgver=2.2.52
pkgrel=2
pkgdesc="Access control list utilities, libraries and headers"
arch=('i686' 'x86_64')
@@ -12,10 +12,9 @@ depends=('attr>=2.4.46')
replaces=('xfsacl')
provides=('xfsacl')
conflicts=('xfsacl')
-options=('!libtool')
source=("http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.src.tar.gz"{,.sig})
-sha256sums=('06854521cf5d396801af7e54b9636680edf8064355e51c07657ec7442a185225'
- '10893e2a044905acc88e2d98291e739b7b858b36c836ff66a3532909964067ce')
+sha256sums=('179074bb0580c06c4b4137be4c5a92a701583277967acdb5546043c7874e0d23'
+ 'SKIP')
build() {
cd "$pkgname-$pkgver"
@@ -27,8 +26,4 @@ build() {
package() {
make -C "$pkgname-$pkgver" DIST_ROOT="$pkgdir" install install-lib install-dev
-
- # tidy up
- rm -f "$pkgdir"/usr/lib/libacl.a
- chmod 0755 "$pkgdir"/usr/lib/libacl.so.*.*.*
}