summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12019-05-13 21:47:20 +0800
committerChocobo12019-05-13 21:48:09 +0800
commit8c9c31006a0834e69363ea22b04033526ec1207f (patch)
treebcba09df973cc5770688c84786732557313da680
parent36f3606c3e0cb7b9e6b7c23bbb29befe82f75549 (diff)
downloadaur-8c9c31006a0834e69363ea22b04033526ec1207f.tar.gz
upgpkg: libcap-ng-git 0.7.9.r14.g360ef9c-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f6414edfb8d..240c95bec8b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = libcap-ng-git
pkgdesc = Library for Linux that makes using posix capabilities easy
- pkgver = 0.7.8.r2.g48f6f1b
+ pkgver = 0.7.9.r14.g360ef9c
pkgrel = 1
url = https://people.redhat.com/sgrubb/libcap-ng/
arch = i686
arch = x86_64
- license = GPL,
+ license = GPL
license = LGPL
makedepends = git
depends = glibc
diff --git a/PKGBUILD b/PKGBUILD
index 4467833e3bef..f61cfba2a2ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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
}