summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2022-05-28 11:55:49 +0200
committerNicolas Iooss2022-05-28 11:58:36 +0200
commit608aca4e88e15878350eda5917de23a575f33d78 (patch)
tree71105bf0b02e32daea641187711533b6f69c5b4b
parentc5564b0796047453c6ade3b48dfd37fd624b7f01 (diff)
downloadaur-608aca4e88e15878350eda5917de23a575f33d78.tar.gz
mcstrans 3.4-1 update
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 13 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c80597b8bf9..f81c4b571d86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mcstrans
pkgdesc = SELinux MCS translation daemon
- pkgver = 3.3
+ pkgver = 3.4
pkgrel = 1
url = https://github.com/SELinuxProject/selinux/wiki
arch = i686
@@ -9,9 +9,12 @@ pkgbase = mcstrans
groups = selinux
license = GPL2
depends = libcap
- depends = libselinux>=3.3
+ depends = libselinux>=3.4
depends = pcre
- source = https://github.com/SELinuxProject/selinux/releases/download/3.3/mcstrans-3.3.tar.gz
- sha256sums = 49f52eed54333e9bac46e15c07ea14d077ddc5a7cbed39d0aa2cf653f36c8b8c
+ 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
+ validpgpkeys = E853C1848B0185CF42864DF363A8AD4B982C4373
+ sha256sums = 4fc497fae7b80901100b58528eb198fb243daf621a6f4dbc5f391e810dc8c384
+ sha256sums = SKIP
pkgname = mcstrans
diff --git a/PKGBUILD b/PKGBUILD
index 3f89bb7a633f..02bcd6a9fce0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,18 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=mcstrans
-pkgver=3.3
+pkgver=3.4
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.3' 'pcre')
-source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('49f52eed54333e9bac46e15c07ea14d077ddc5a7cbed39d0aa2cf653f36c8b8c')
+depends=('libcap' 'libselinux>=3.4' 'pcre')
+validpgpkeys=('E853C1848B0185CF42864DF363A8AD4B982C4373') # Petr Lautrbach <plautrba@redhat.com>
+source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('4fc497fae7b80901100b58528eb198fb243daf621a6f4dbc5f391e810dc8c384'
+ 'SKIP')
build() {
cd "${pkgname}-${pkgver}"