summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2021-10-31 09:24:09 +0100
committerNicolas Iooss2021-10-31 09:24:09 +0100
commitc5564b0796047453c6ade3b48dfd37fd624b7f01 (patch)
tree1c08897ca41e486336ae7324af4836e97baf8fe0
parent03b2ec8085f3b6e42582efc3e3260bf6b60c8ef4 (diff)
downloadaur-c5564b0796047453c6ade3b48dfd37fd624b7f01.tar.gz
mcstrans 3.3-1 update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2b0cc00d20a..4c80597b8bf9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mcstrans
pkgdesc = SELinux MCS translation daemon
- pkgver = 3.2
+ pkgver = 3.3
pkgrel = 1
url = https://github.com/SELinuxProject/selinux/wiki
arch = i686
@@ -9,9 +9,9 @@ pkgbase = mcstrans
groups = selinux
license = GPL2
depends = libcap
- depends = libselinux>=3.2
+ depends = libselinux>=3.3
depends = pcre
- source = https://github.com/SELinuxProject/selinux/releases/download/3.2/mcstrans-3.2.tar.gz
- sha256sums = fafaf7614b7114b95c582643f8b2a6ae1605093fbaf3b571d9b01fc81fb70929
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.3/mcstrans-3.3.tar.gz
+ sha256sums = 49f52eed54333e9bac46e15c07ea14d077ddc5a7cbed39d0aa2cf653f36c8b8c
pkgname = mcstrans
diff --git a/PKGBUILD b/PKGBUILD
index e5156da0d1e8..3f89bb7a633f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,16 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=mcstrans
-pkgver=3.2
+pkgver=3.3
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.2' 'pcre')
+depends=('libcap' 'libselinux>=3.3' 'pcre')
source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('fafaf7614b7114b95c582643f8b2a6ae1605093fbaf3b571d9b01fc81fb70929')
+sha256sums=('49f52eed54333e9bac46e15c07ea14d077ddc5a7cbed39d0aa2cf653f36c8b8c')
build() {
cd "${pkgname}-${pkgver}"