summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2020-07-19 11:32:33 +0200
committerNicolas Iooss2020-07-19 11:32:33 +0200
commit19574f789033740cffc8555913fec3b5614b6d95 (patch)
tree39b60fa93de1e71fa864b688d73141fe7b71feec
parent1bb5d61a2e1e40fc9f8d0f14d6aa1251de372e68 (diff)
downloadaur-19574f789033740cffc8555913fec3b5614b6d95.tar.gz
mcstrans 3.1-1 update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40ea37416521..8a5a7da537c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mcstrans
pkgdesc = SELinux MCS translation daemon
- pkgver = 3.0
+ pkgver = 3.1
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>=2.8
+ depends = libselinux>=3.1
depends = pcre
- source = https://github.com/SELinuxProject/selinux/releases/download/20191204/mcstrans-3.0.tar.gz
- sha256sums = 0992b8e7c4de1ba5f98a82547b02418370be5a5f588fc6d5f1cd2c7824bda87e
+ source = https://github.com/SELinuxProject/selinux/releases/download/20200710/mcstrans-3.1.tar.gz
+ sha256sums = cc918576c17340fc944849d785e2a7400b269ef079a36b871c140504164d6a45
pkgname = mcstrans
diff --git a/PKGBUILD b/PKGBUILD
index b071b666c5d2..ede6e7fdfd3b 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.0
+pkgver=3.1
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>=2.8' 'pcre')
-source=("https://github.com/SELinuxProject/selinux/releases/download/20191204/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('0992b8e7c4de1ba5f98a82547b02418370be5a5f588fc6d5f1cd2c7824bda87e')
+depends=('libcap' 'libselinux>=3.1' 'pcre')
+source=("https://github.com/SELinuxProject/selinux/releases/download/20200710/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('cc918576c17340fc944849d785e2a7400b269ef079a36b871c140504164d6a45')
build() {
cd "${pkgname}-${pkgver}"