summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2018-09-06 17:28:59 -0400
committerAndrew Sun2018-09-06 17:28:59 -0400
commit3d4041d1381bbb75ba3c5d512a20b0f3002d094d (patch)
tree01fb2ce4165b1476bf2d2a7bbcc39845f2be1b35
parent43a5b37fde2c9607bf13af1ebc224c6dc7a4e1fa (diff)
downloadaur-3d4041d1381bbb75ba3c5d512a20b0f3002d094d.tar.gz
lib32-libcap-ng: fix makedepends and pkgdesc
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 563fd169af25..e3da852d7ca0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = lib32-libcap-ng
- pkgdesc = Library making programming with POSIX capabilities easier than traditional libcap
+ pkgdesc = Library making programming with POSIX capabilities easier than traditional libcap (32-bit)
pkgver = 0.7.9
- pkgrel = 2
+ pkgrel = 3
url = http://people.redhat.com/sgrubb/libcap-ng/
arch = x86_64
license = LGPL2.1
+ makedepends = lib32-gcc-libs
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 a7ed5fa8ab98..7defbc721318 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=lib32-libcap-ng
_pkgbasename=libcap-ng
pkgver=0.7.9
-pkgrel=2
-pkgdesc='Library making programming with POSIX capabilities easier than traditional libcap'
+pkgrel=3
+pkgdesc='Library making programming with POSIX capabilities easier than traditional libcap (32-bit)'
url='http://people.redhat.com/sgrubb/libcap-ng/'
arch=('x86_64')
license=('LGPL2.1')
-depends=('lib32-glibc' 'lib32-gcc-libs' 'libcap-ng')
+depends=('lib32-glibc' 'libcap-ng')
+makedepends=('lib32-gcc-libs')
source=(${_pkgbasename}-${pkgver}.tar.gz::https://github.com/stevegrubb/libcap-ng/archive/v${pkgver}.tar.gz)
sha512sums=('eae256b57af37c1170ee372ab9a6af927826a7b7b92f00c68010afbb32893fc265414ecf28f52e912a41609b4ca5e1295363db88dac9c60ea04bd20a1dfeef83')