diff options
author | Chocobo1 | 2019-05-13 21:47:20 +0800 |
---|---|---|
committer | Chocobo1 | 2019-05-13 21:48:09 +0800 |
commit | 8c9c31006a0834e69363ea22b04033526ec1207f (patch) | |
tree | bcba09df973cc5770688c84786732557313da680 /PKGBUILD | |
parent | 36f3606c3e0cb7b9e6b7c23bbb29befe82f75549 (diff) | |
download | aur-8c9c31006a0834e69363ea22b04033526ec1207f.tar.gz |
upgpkg: libcap-ng-git 0.7.9.r14.g360ef9c-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,12 +1,12 @@ # Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net> pkgname=libcap-ng-git -pkgver=0.7.8.r2.g48f6f1b +pkgver=0.7.9.r14.g360ef9c pkgrel=1 pkgdesc="Library for Linux that makes using posix capabilities easy" arch=('i686' 'x86_64') url="https://people.redhat.com/sgrubb/libcap-ng/" -license=('GPL', 'LGPL') +license=('GPL' 'LGPL') depends=('glibc') makedepends=('git') provides=('libcap-ng') @@ -26,7 +26,8 @@ build() { cd "libcap-ng" ./autogen.sh - ./configure --prefix="/usr" + ./configure \ + --prefix="/usr" make } |