summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2023-12-15 20:52:44 +0100
committerNicolas Iooss2023-12-15 20:52:44 +0100
commit38f658e14f917fe79f48ad333464306f065d8083 (patch)
treec3c3180093d24e56b6d42b13b912ab7fc2a2ce3f
parent73d96b18aebec87e922aa62df9259120ae6657e8 (diff)
downloadaur-38f658e14f917fe79f48ad333464306f065d8083.tar.gz
mcstrans 3.6-1 update
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d74fdfd648a..f82e9795d5e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mcstrans
pkgdesc = SELinux MCS translation daemon
- pkgver = 3.5
+ pkgver = 3.6
pkgrel = 1
url = https://github.com/SELinuxProject/selinux/wiki
arch = i686
@@ -9,13 +9,13 @@ pkgbase = mcstrans
groups = selinux
license = GPL2
depends = libcap
- depends = libselinux>=3.5
+ depends = libselinux>=3.6
depends = pcre
- 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
+ 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
- validpgpkeys = E853C1848B0185CF42864DF363A8AD4B982C4373
- sha256sums = 0e94ee10a883a47526d8658a8ec7f8a37e00a2dfeb72435c333aba4d95110fc4
+ validpgpkeys = B8682847764DF60DF52D992CBC3905F235179CF1
+ sha256sums = 4a2bc16f30bfd1dfc5ebddfa627d02f3d2373c827eceba456c5f3f955269b955
sha256sums = SKIP
pkgname = mcstrans
diff --git a/PKGBUILD b/PKGBUILD
index f21aa19f2a40..a6e7928c40e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,20 +4,20 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=mcstrans
-pkgver=3.5
+pkgver=3.6
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.5' 'pcre')
+depends=('libcap' 'libselinux>=3.6' 'pcre')
validpgpkeys=(
'63191CE94183098689CAB8DB7EF137EC935B0EAF' # Jason Zaman <perfinion@gentoo.org>
- 'E853C1848B0185CF42864DF363A8AD4B982C4373' # Petr Lautrbach <plautrba@redhat.com>
+ 'B8682847764DF60DF52D992CBC3905F235179CF1' # Petr Lautrbach <plautrba@redhat.com>
)
source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('0e94ee10a883a47526d8658a8ec7f8a37e00a2dfeb72435c333aba4d95110fc4'
+sha256sums=('4a2bc16f30bfd1dfc5ebddfa627d02f3d2373c827eceba456c5f3f955269b955'
'SKIP')
build() {