summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2019-03-16 20:21:25 +0100
committerNicolas Iooss2019-03-16 20:21:25 +0100
commit3d28327f670178b67b316e6f0867ccfb77c6e109 (patch)
tree2b18e4e2d5ec6c6ada9e03db56287748e5d9e02c
parent24b5ed75a1fd63b2fd2aba239367c5d21e3c6c34 (diff)
downloadaur-3d28327f670178b67b316e6f0867ccfb77c6e109.tar.gz
checkpolicy 2.9-1 update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f448f6abb12..68f1e88b1dc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = checkpolicy
pkgdesc = SELinux policy compiler
- pkgver = 2.8
+ pkgver = 2.9
pkgrel = 1
url = http://userspace.selinuxproject.org
arch = i686
arch = x86_64
groups = selinux
license = GPL2
- makedepends = libsepol>=2.8
- provides = selinux-usr-checkpolicy=2.8-1
+ makedepends = libsepol>=2.9
+ provides = selinux-usr-checkpolicy=2.9-1
conflicts = selinux-usr-checkpolicy
- source = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524/checkpolicy-2.8.tar.gz
- sha256sums = 9dec811c24b88e58c3bf741365eacf1dbb945531a2fcb8f284aacf68098194c8
+ source = https://github.com/SELinuxProject/selinux/releases/download/20190315/checkpolicy-2.9.tar.gz
+ sha256sums = a946c32b284532447857e4c48830f8816867c61220c8c08bdd32e6f691335f8e
pkgname = checkpolicy
diff --git a/PKGBUILD b/PKGBUILD
index d3b443e8ac42..7b959fdd3ef9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,18 +7,18 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=checkpolicy
-pkgver=2.8
+pkgver=2.9
pkgrel=1
pkgdesc="SELinux policy compiler"
arch=('i686' 'x86_64')
url='http://userspace.selinuxproject.org'
license=('GPL2')
groups=('selinux')
-makedepends=('libsepol>=2.8')
+makedepends=('libsepol>=2.9')
conflicts=("selinux-usr-${pkgname}")
provides=("selinux-usr-${pkgname}=${pkgver}-${pkgrel}")
-source=("https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('9dec811c24b88e58c3bf741365eacf1dbb945531a2fcb8f284aacf68098194c8')
+source=("https://github.com/SELinuxProject/selinux/releases/download/20190315/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('a946c32b284532447857e4c48830f8816867c61220c8c08bdd32e6f691335f8e')
build() {
cd "${pkgname}-${pkgver}"