summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2020-11-18 14:15:46 -0500
committerAndrew Sun2020-11-18 14:15:46 -0500
commit1e4c7aaef9da36d8a9a3cf119d2c1abc99d26464 (patch)
tree8cdd392fc8c26791ceeec0e652f8fe52fedab58e
parent6eeb68dc45556333c86b83e7cd74410c2ee59024 (diff)
downloadaur-1e4c7aaef9da36d8a9a3cf119d2c1abc99d26464.tar.gz
0.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83c20ee61496..370b0a82fc7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-libcap-ng
pkgdesc = Library making programming with POSIX capabilities easier than traditional libcap (32-bit)
- pkgver = 0.8
+ pkgver = 0.8.1
pkgrel = 1
url = https://people.redhat.com/sgrubb/libcap-ng/
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = lib32-libcap-ng
makedepends = gcc-multilib
depends = lib32-glibc
depends = libcap-ng
- source = https://github.com/stevegrubb/libcap-ng/archive/v0.8/libcap-ng-0.8.tar.gz
- sha512sums = 47b079849ee051544e74b006bcfff1f7965c79099db52f39f49e3f138137748712df2ef88f3fbd9715d44d9f2d118593f557dba1ede45a0168e7c813a4e65f46
+ source = https://github.com/stevegrubb/libcap-ng/archive/v0.8.1/libcap-ng-0.8.1.tar.gz
+ sha512sums = a246fbaabb0f9a203ce8395c9e968e6ea09be24ecbadeff7bc7c0e2f0f20cecd3bacb90e3ba6c4d13e58609751717f29b6a956715d0865bda8dd6c8b996d11cc
pkgname = lib32-libcap-ng
diff --git a/PKGBUILD b/PKGBUILD
index 8528186205f8..934ddfdc0c0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Andrew Sun <adsun701 at gmail dot com>
+# Contributor: Andrew Sun <adsun701 at gmail dot com>
pkgname=lib32-libcap-ng
_pkgbasename=libcap-ng
-pkgver=0.8
+pkgver=0.8.1
pkgrel=1
pkgdesc='Library making programming with POSIX capabilities easier than traditional libcap (32-bit)'
url='https://people.redhat.com/sgrubb/libcap-ng/'
@@ -11,7 +11,7 @@ license=('LGPL2.1')
depends=('lib32-glibc' 'libcap-ng')
makedepends=('gcc-multilib')
source=(https://github.com/stevegrubb/libcap-ng/archive/v${pkgver}/${_pkgbasename}-${pkgver}.tar.gz)
-sha512sums=('47b079849ee051544e74b006bcfff1f7965c79099db52f39f49e3f138137748712df2ef88f3fbd9715d44d9f2d118593f557dba1ede45a0168e7c813a4e65f46')
+sha512sums=('a246fbaabb0f9a203ce8395c9e968e6ea09be24ecbadeff7bc7c0e2f0f20cecd3bacb90e3ba6c4d13e58609751717f29b6a956715d0865bda8dd6c8b996d11cc')
prepare() {
cd "${srcdir}/${_pkgbasename}-${pkgver}"