summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2018-07-03 17:28:25 -0400
committerAndrew Sun2018-07-03 17:28:25 -0400
commit43a5b37fde2c9607bf13af1ebc224c6dc7a4e1fa (patch)
tree8949bea46c084d3a94dc160b2bf3693c84da4046
parentb4b9f97e91245b8cadef1bf48906eb07ad0d3428 (diff)
downloadaur-43a5b37fde2c9607bf13af1ebc224c6dc7a4e1fa.tar.gz
lib32-libcap-ng: add libcap-ng to depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f4270e86d0d..563fd169af25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = lib32-libcap-ng
pkgdesc = Library making programming with POSIX capabilities easier than traditional libcap
pkgver = 0.7.9
- pkgrel = 1
+ pkgrel = 2
url = http://people.redhat.com/sgrubb/libcap-ng/
arch = x86_64
license = LGPL2.1
depends = lib32-glibc
depends = lib32-gcc-libs
+ depends = libcap-ng
source = libcap-ng-0.7.9.tar.gz::https://github.com/stevegrubb/libcap-ng/archive/v0.7.9.tar.gz
sha512sums = eae256b57af37c1170ee372ab9a6af927826a7b7b92f00c68010afbb32893fc265414ecf28f52e912a41609b4ca5e1295363db88dac9c60ea04bd20a1dfeef83
diff --git a/PKGBUILD b/PKGBUILD
index e418395ceac3..a7ed5fa8ab98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=lib32-libcap-ng
_pkgbasename=libcap-ng
pkgver=0.7.9
-pkgrel=1
+pkgrel=2
pkgdesc='Library making programming with POSIX capabilities easier than traditional libcap'
url='http://people.redhat.com/sgrubb/libcap-ng/'
arch=('x86_64')
license=('LGPL2.1')
-depends=('lib32-glibc' 'lib32-gcc-libs')
+depends=('lib32-glibc' 'lib32-gcc-libs' 'libcap-ng')
source=(${_pkgbasename}-${pkgver}.tar.gz::https://github.com/stevegrubb/libcap-ng/archive/v${pkgver}.tar.gz)
sha512sums=('eae256b57af37c1170ee372ab9a6af927826a7b7b92f00c68010afbb32893fc265414ecf28f52e912a41609b4ca5e1295363db88dac9c60ea04bd20a1dfeef83')
@@ -42,4 +42,3 @@ package() {
make DESTDIR="${pkgdir}" install
rm -rf "${pkgdir}"/usr/{bin,include,share}
}
-