summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2019-12-08 21:11:50 +0100
committerNicolas Iooss2019-12-08 21:11:50 +0100
commit1bb5d61a2e1e40fc9f8d0f14d6aa1251de372e68 (patch)
treec7ace458a67a358c168a798bf34ca3da706eb7e0
parentbc33855ac982665a34724ded6df5150fdd47bbaa (diff)
downloadaur-1bb5d61a2e1e40fc9f8d0f14d6aa1251de372e68.tar.gz
mcstrans 3.0-1 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96ce9f37cc1e..40ea37416521 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mcstrans
pkgdesc = SELinux MCS translation daemon
- pkgver = 2.9
+ pkgver = 3.0
pkgrel = 1
url = https://github.com/SELinuxProject/selinux/wiki
arch = i686
@@ -10,8 +10,8 @@ pkgbase = mcstrans
depends = libcap
depends = libselinux>=2.8
depends = pcre
- source = https://github.com/SELinuxProject/selinux/releases/download/20190315/mcstrans-2.9.tar.gz
- sha256sums = 7eddce6ffefc9a26340f2720ba9afd7d041a31569844842d0199bfe27c5efb19
+ source = https://github.com/SELinuxProject/selinux/releases/download/20191204/mcstrans-3.0.tar.gz
+ sha256sums = 0992b8e7c4de1ba5f98a82547b02418370be5a5f588fc6d5f1cd2c7824bda87e
pkgname = mcstrans
diff --git a/PKGBUILD b/PKGBUILD
index 1601fc5d0300..b071b666c5d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=mcstrans
-pkgver=2.9
+pkgver=3.0
pkgrel=1
pkgdesc="SELinux MCS translation daemon"
arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@ 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/20190315/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('7eddce6ffefc9a26340f2720ba9afd7d041a31569844842d0199bfe27c5efb19')
+source=("https://github.com/SELinuxProject/selinux/releases/download/20191204/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('0992b8e7c4de1ba5f98a82547b02418370be5a5f588fc6d5f1cd2c7824bda87e')
build() {
cd "${pkgname}-${pkgver}"