[arch-commits] Commit in libcap-ng/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Wed Nov 18 21:33:43 UTC 2020


    Date: Wednesday, November 18, 2020 @ 21:33:43
  Author: dvzrv
Revision: 401368

upgpkg: libcap-ng 0.8.1-1: Upgrade to 0.8.1.

Add libdrop_ambient.so to provides.
Use --without-python to skip configure search for python2.
Update maintainer info.

Modified:
  libcap-ng/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-18 20:53:09 UTC (rev 401367)
+++ PKGBUILD	2020-11-18 21:33:43 UTC (rev 401368)
@@ -1,9 +1,10 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: David Runge <dvzrv at archlinux.org>
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 # Contributor: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
 
 pkgname=libcap-ng
-pkgver=0.8
+pkgver=0.8.1
 pkgrel=1
 pkgdesc='Library making programming with POSIX capabilities easier than traditional libcap'
 url='https://people.redhat.com/sgrubb/libcap-ng/'
@@ -10,10 +11,10 @@
 arch=('x86_64')
 license=('LGPL2.1')
 depends=('glibc')
-provides=('libcap-ng.so')
+provides=('libcap-ng.so' 'libdrop_ambient.so')
 source=(https://github.com/stevegrubb/libcap-ng/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('47b079849ee051544e74b006bcfff1f7965c79099db52f39f49e3f138137748712df2ef88f3fbd9715d44d9f2d118593f557dba1ede45a0168e7c813a4e65f46')
-b2sums=('e31be8b3f3879f5a266c9ca2893353c84b628833d923992f3aaedfca5ca60b7a5d3beceb4144911ebc311c5cbb7bcf442e5221aa2bbf494d5eac9ef11d253909')
+sha512sums=('a246fbaabb0f9a203ce8395c9e968e6ea09be24ecbadeff7bc7c0e2f0f20cecd3bacb90e3ba6c4d13e58609751717f29b6a956715d0865bda8dd6c8b996d11cc')
+b2sums=('e5313974938bf5b60a3160c8cabdb66991c72c76f8cff6aa4ceb2d98724000e0bfd11daf8b828685573e96ca31bef79bb501b55d058d5292c3136156f82b1758')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -25,7 +26,7 @@
   ./configure \
     --prefix=/usr \
     --enable-static=no \
-    -with-python=no
+    --without-python
   make
 }
 



More information about the arch-commits mailing list