summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index daf6af70ff64..bdf8a88b68c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=acl-git
-pkgver=2.2.52.r53.gfa5f683
+pkgver=2.2.53.r4.g40c190d
pkgrel=1
pkgdesc="Commands for manipulating POSIX access control lists"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://savannah.nongnu.org/projects/acl"
license=('GPL' 'LGPL')
depends=('glibc' 'attr')
makedepends=('git')
-provides=('acl' 'xfsacl')
+provides=('acl' 'xfsacl' 'libacl.so')
conflicts=('acl' 'xfsacl')
replaces=('xfsacl')
options=('staticlibs')
@@ -27,7 +27,8 @@ build() {
cd "acl"
./autogen.sh
- ./configure --prefix="/usr"
+ ./configure \
+ --prefix="/usr"
make
}