From 5be776b2a8496a46410144f092d7d3edd308c96d Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 27 Apr 2024 15:36:52 +0000 Subject: [PATCH] core/libseccomp to 2.5.5-3 --- core/libseccomp/.SRCINFO | 3 +-- core/libseccomp/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/core/libseccomp/.SRCINFO b/core/libseccomp/.SRCINFO index 35492fdab..3507ed061 100644 --- a/core/libseccomp/.SRCINFO +++ b/core/libseccomp/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = libseccomp pkgdesc = Enhanced seccomp library pkgver = 2.5.5 - pkgrel = 1 + pkgrel = 3 url = https://github.com/seccomp/libseccomp arch = x86_64 license = LGPL2.1 @@ -24,4 +24,3 @@ pkgname = libseccomp pkgname = python-libseccomp depends = python - depends = libseccomp.so diff --git a/core/libseccomp/PKGBUILD b/core/libseccomp/PKGBUILD index 3c76a5c5d..40ee2366e 100644 --- a/core/libseccomp/PKGBUILD +++ b/core/libseccomp/PKGBUILD @@ -8,7 +8,7 @@ pkgname=libseccomp pkgver=2.5.5 -pkgrel=2 +pkgrel=3 pkgdesc='Enhanced seccomp library' arch=('x86_64') license=('LGPL2.1')