summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2021-03-10 11:45:52 +0100
committerNicolas Iooss2021-03-10 11:45:52 +0100
commit82071a9c9eb1483e52faaf723a5166b754f76031 (patch)
treea5d749d87b1ef32b38fb0137db71a17a0dabb510
parent19574f789033740cffc8555913fec3b5614b6d95 (diff)
downloadaur-82071a9c9eb1483e52faaf723a5166b754f76031.tar.gz
mcstrans 3.2-1 update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a5a7da537c2..20d5cb4d7a7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mcstrans
pkgdesc = SELinux MCS translation daemon
- pkgver = 3.1
+ pkgver = 3.2
pkgrel = 1
url = https://github.com/SELinuxProject/selinux/wiki
arch = i686
@@ -8,10 +8,10 @@ pkgbase = mcstrans
groups = selinux
license = GPL2
depends = libcap
- depends = libselinux>=3.1
+ depends = libselinux>=3.2
depends = pcre
- source = https://github.com/SELinuxProject/selinux/releases/download/20200710/mcstrans-3.1.tar.gz
- sha256sums = cc918576c17340fc944849d785e2a7400b269ef079a36b871c140504164d6a45
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.2/mcstrans-3.2.tar.gz
+ sha256sums = fafaf7614b7114b95c582643f8b2a6ae1605093fbaf3b571d9b01fc81fb70929
pkgname = mcstrans
diff --git a/PKGBUILD b/PKGBUILD
index ede6e7fdfd3b..1f52fd4bd2c9 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.1
+pkgver=3.2
pkgrel=1
pkgdesc="SELinux MCS translation daemon"
arch=('i686' 'x86_64')
url='https://github.com/SELinuxProject/selinux/wiki'
license=('GPL2')
groups=('selinux')
-depends=('libcap' 'libselinux>=3.1' 'pcre')
-source=("https://github.com/SELinuxProject/selinux/releases/download/20200710/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('cc918576c17340fc944849d785e2a7400b269ef079a36b871c140504164d6a45')
+depends=('libcap' 'libselinux>=3.2' 'pcre')
+source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('fafaf7614b7114b95c582643f8b2a6ae1605093fbaf3b571d9b01fc81fb70929')
build() {
cd "${pkgname}-${pkgver}"