summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-11 15:57:46 +0800
committerChocobo12023-04-11 15:57:46 +0800
commite3e99247ce4c7937eb9d87f960f88c6f05183475 (patch)
treea7abf07117bbda83793ab488fc6585d2ce54e0d1
parentea705e796198d745d70937f7a28974ac1c2b7a17 (diff)
downloadaur-e3e99247ce4c7937eb9d87f960f88c6f05183475.tar.gz
upgpkg: libseccomp-git 2.5.4.r121.g744c9a8-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad360b420a09..023f1ffa1d42 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.0.r13.g3734fdc
+ pkgver = 2.5.4.r121.g744c9a8
pkgrel = 1
url = https://github.com/seccomp/libseccomp
arch = i686
@@ -9,11 +9,10 @@ pkgbase = libseccomp-git
makedepends = git
makedepends = gperf
depends = glibc
- provides = libseccomp
+ provides = libseccomp=2.5.4.r121.g744c9a8
conflicts = libseccomp
options = staticlibs
source = git+https://github.com/seccomp/libseccomp.git
sha256sums = SKIP
pkgname = libseccomp-git
-
diff --git a/PKGBUILD b/PKGBUILD
index f4fb41e441a4..0dc1fb911d56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daniel Micay <danielmicay@gmail.com>
pkgname=libseccomp-git
-pkgver=2.5.0.r13.g3734fdc
+pkgver=2.5.4.r121.g744c9a8
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')
+provides=("libseccomp=$pkgver")
conflicts=('libseccomp')
options=('staticlibs')
source=("git+https://github.com/seccomp/libseccomp.git")