summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-11 15:24:29 +0800
committerChocobo12023-04-11 15:24:29 +0800
commit24fb4a6be317b44bdedc52edd812dec9ae37f483 (patch)
treeffb3b66475bf611ff264823efc5360f56c05f8db
parent8c9c31006a0834e69363ea22b04033526ec1207f (diff)
downloadaur-libcap-ng-git.tar.gz
upgpkg: libcap-ng-git 0.8.3.r6.g398a149-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 240c95bec8b2..97bc28616b97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libcap-ng-git
pkgdesc = Library for Linux that makes using posix capabilities easy
- pkgver = 0.7.9.r14.g360ef9c
+ pkgver = 0.8.3.r6.g398a149
pkgrel = 1
url = https://people.redhat.com/sgrubb/libcap-ng/
arch = i686
@@ -9,11 +9,10 @@ pkgbase = libcap-ng-git
license = LGPL
makedepends = git
depends = glibc
- provides = libcap-ng
+ provides = libcap-ng=0.8.3.r6.g398a149
conflicts = libcap-ng
options = staticlibs
source = git+https://github.com/stevegrubb/libcap-ng.git
sha256sums = SKIP
pkgname = libcap-ng-git
-
diff --git a/PKGBUILD b/PKGBUILD
index f61cfba2a2ca..2d7fbb4569cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=libcap-ng-git
-pkgver=0.7.9.r14.g360ef9c
+pkgver=0.8.3.r6.g398a149
pkgrel=1
pkgdesc="Library for Linux that makes using posix capabilities easy"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://people.redhat.com/sgrubb/libcap-ng/"
license=('GPL' 'LGPL')
depends=('glibc')
makedepends=('git')
-provides=('libcap-ng')
+provides=("libcap-ng=$pkgver")
conflicts=('libcap-ng')
options=('staticlibs')
source=("git+https://github.com/stevegrubb/libcap-ng.git")