summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2023-03-15 19:39:23 +0100
committerNicolas Iooss2023-03-15 19:39:23 +0100
commit73d96b18aebec87e922aa62df9259120ae6657e8 (patch)
tree1c95d4b55d64930ac82ecdbe4f844bd623fe3f56
parent608aca4e88e15878350eda5917de23a575f33d78 (diff)
downloadaur-73d96b18aebec87e922aa62df9259120ae6657e8.tar.gz
mcstrans 3.5-1 update
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD11
2 files changed, 13 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f81c4b571d86..1d74fdfd648a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mcstrans
pkgdesc = SELinux MCS translation daemon
- pkgver = 3.4
+ pkgver = 3.5
pkgrel = 1
url = https://github.com/SELinuxProject/selinux/wiki
arch = i686
@@ -9,12 +9,13 @@ pkgbase = mcstrans
groups = selinux
license = GPL2
depends = libcap
- depends = libselinux>=3.4
+ depends = libselinux>=3.5
depends = pcre
- source = https://github.com/SELinuxProject/selinux/releases/download/3.4/mcstrans-3.4.tar.gz
- source = https://github.com/SELinuxProject/selinux/releases/download/3.4/mcstrans-3.4.tar.gz.asc
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.5/mcstrans-3.5.tar.gz
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.5/mcstrans-3.5.tar.gz.asc
+ validpgpkeys = 63191CE94183098689CAB8DB7EF137EC935B0EAF
validpgpkeys = E853C1848B0185CF42864DF363A8AD4B982C4373
- sha256sums = 4fc497fae7b80901100b58528eb198fb243daf621a6f4dbc5f391e810dc8c384
+ sha256sums = 0e94ee10a883a47526d8658a8ec7f8a37e00a2dfeb72435c333aba4d95110fc4
sha256sums = SKIP
pkgname = mcstrans
diff --git a/PKGBUILD b/PKGBUILD
index 02bcd6a9fce0..f21aa19f2a40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,20 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=mcstrans
-pkgver=3.4
+pkgver=3.5
pkgrel=1
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.4' 'pcre')
-validpgpkeys=('E853C1848B0185CF42864DF363A8AD4B982C4373') # Petr Lautrbach <plautrba@redhat.com>
+depends=('libcap' 'libselinux>=3.5' 'pcre')
+validpgpkeys=(
+ '63191CE94183098689CAB8DB7EF137EC935B0EAF' # Jason Zaman <perfinion@gentoo.org>
+ 'E853C1848B0185CF42864DF363A8AD4B982C4373' # Petr Lautrbach <plautrba@redhat.com>
+)
source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('4fc497fae7b80901100b58528eb198fb243daf621a6f4dbc5f391e810dc8c384'
+sha256sums=('0e94ee10a883a47526d8658a8ec7f8a37e00a2dfeb72435c333aba4d95110fc4'
'SKIP')
build() {