summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2024-01-14 20:09:50 +0100
committerNicolas Iooss2024-01-14 20:11:00 +0100
commitccf400f4faec93c97b8b31d6c637011e144d2332 (patch)
tree00f0e8d3f5a976a8300aa98b97ca02d5a546cbd7
parent38f658e14f917fe79f48ad333464306f065d8083 (diff)
downloadaur-mcstrans.tar.gz
mcstrans 3.6-2 update: fix pcre2 dependency
Fix dependency issue, as mcstrans has been using pcre2 since version 3.4 https://github.com/SELinuxProject/selinux/commit/647909cb90e0230d99b0d9c0a09afcfbecc452e2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f82e9795d5e2..14f88742e35b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mcstrans
pkgdesc = SELinux MCS translation daemon
pkgver = 3.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/SELinuxProject/selinux/wiki
arch = i686
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = mcstrans
license = GPL2
depends = libcap
depends = libselinux>=3.6
- depends = pcre
+ depends = pcre2
source = https://github.com/SELinuxProject/selinux/releases/download/3.6/mcstrans-3.6.tar.gz
source = https://github.com/SELinuxProject/selinux/releases/download/3.6/mcstrans-3.6.tar.gz.asc
validpgpkeys = 63191CE94183098689CAB8DB7EF137EC935B0EAF
diff --git a/PKGBUILD b/PKGBUILD
index a6e7928c40e9..d3c68e9eda25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname=mcstrans
pkgver=3.6
-pkgrel=1
+pkgrel=2
pkgdesc="SELinux MCS translation daemon"
arch=('i686' 'x86_64' 'aarch64')
url='https://github.com/SELinuxProject/selinux/wiki'
license=('GPL2')
groups=('selinux')
-depends=('libcap' 'libselinux>=3.6' 'pcre')
+depends=('libcap' 'libselinux>=3.6' 'pcre2')
validpgpkeys=(
'63191CE94183098689CAB8DB7EF137EC935B0EAF' # Jason Zaman <perfinion@gentoo.org>
'B8682847764DF60DF52D992CBC3905F235179CF1' # Petr Lautrbach <plautrba@redhat.com>