summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")