summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-09-21 01:25:51 +0800
committerChocobo12023-09-21 01:25:51 +0800
commitf5494af8df828a1c7515dcffbd1544fe13266fa7 (patch)
treed49f847c17a9fc799449395693a623eabe0c5903
parente3e99247ce4c7937eb9d87f960f88c6f05183475 (diff)
downloadaur-libseccomp-git.tar.gz
upgpkg: libseccomp-git 2.5.4.r126.gf1c3196-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 023f1ffa1d42..a310e7bdb4a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libseccomp-git
pkgdesc = Interface to the Linux Kernel's syscall filtering mechanism
- pkgver = 2.5.4.r121.g744c9a8
+ pkgver = 2.5.4.r126.gf1c3196
pkgrel = 1
url = https://github.com/seccomp/libseccomp
arch = i686
@@ -9,7 +9,8 @@ pkgbase = libseccomp-git
makedepends = git
makedepends = gperf
depends = glibc
- provides = libseccomp=2.5.4.r121.g744c9a8
+ provides = libseccomp=2.5.4.r126.gf1c3196
+ provides = libseccomp.so
conflicts = libseccomp
options = staticlibs
source = git+https://github.com/seccomp/libseccomp.git
diff --git a/PKGBUILD b/PKGBUILD
index 0dc1fb911d56..d51dd215a536 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daniel Micay <danielmicay@gmail.com>
pkgname=libseccomp-git
-pkgver=2.5.4.r121.g744c9a8
+pkgver=2.5.4.r126.gf1c3196
pkgrel=1
pkgdesc="Interface to the Linux Kernel's syscall filtering mechanism"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url="https://github.com/seccomp/libseccomp"
license=('LGPL')
depends=('glibc')
makedepends=('git' 'gperf')
-provides=("libseccomp=$pkgver")
+provides=("libseccomp=$pkgver" 'libseccomp.so')
conflicts=('libseccomp')
options=('staticlibs')
source=("git+https://github.com/seccomp/libseccomp.git")