summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12023-09-21 01:25:51 +0800
committerChocobo12023-09-21 01:25:51 +0800
commitf5494af8df828a1c7515dcffbd1544fe13266fa7 (patch)
treed49f847c17a9fc799449395693a623eabe0c5903 /PKGBUILD
parente3e99247ce4c7937eb9d87f960f88c6f05183475 (diff)
downloadaur-libseccomp-git.tar.gz
upgpkg: libseccomp-git 2.5.4.r126.gf1c3196-1
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")