summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")