summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2019-12-08 21:11:42 +0100
committerNicolas Iooss2019-12-08 21:11:42 +0100
commitddf6ad6fce9a9b9e5cae2ae72e48e2d6caefafbd (patch)
tree2e27bf764eef288cc0b0b171713e39b99ada7d52
parent3d28327f670178b67b316e6f0867ccfb77c6e109 (diff)
downloadaur-ddf6ad6fce9a9b9e5cae2ae72e48e2d6caefafbd.tar.gz
checkpolicy 3.0-1 update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68f1e88b1dc3..9461fb403b5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = checkpolicy
pkgdesc = SELinux policy compiler
- pkgver = 2.9
+ pkgver = 3.0
pkgrel = 1
url = http://userspace.selinuxproject.org
arch = i686
arch = x86_64
groups = selinux
license = GPL2
- makedepends = libsepol>=2.9
- provides = selinux-usr-checkpolicy=2.9-1
+ makedepends = libsepol>=3.0
+ provides = selinux-usr-checkpolicy=3.0-1
conflicts = selinux-usr-checkpolicy
- source = https://github.com/SELinuxProject/selinux/releases/download/20190315/checkpolicy-2.9.tar.gz
- sha256sums = a946c32b284532447857e4c48830f8816867c61220c8c08bdd32e6f691335f8e
+ source = https://github.com/SELinuxProject/selinux/releases/download/20191204/checkpolicy-3.0.tar.gz
+ sha256sums = c88c719a141dd5c1202d49c378c7f063349d630522d5e04dc6e0c53da81aa4f8
pkgname = checkpolicy
diff --git a/PKGBUILD b/PKGBUILD
index 7b959fdd3ef9..ce6395f5896f 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.9
+pkgver=3.0
pkgrel=1
pkgdesc="SELinux policy compiler"
arch=('i686' 'x86_64')
url='http://userspace.selinuxproject.org'
license=('GPL2')
groups=('selinux')
-makedepends=('libsepol>=2.9')
+makedepends=('libsepol>=3.0')
conflicts=("selinux-usr-${pkgname}")
provides=("selinux-usr-${pkgname}=${pkgver}-${pkgrel}")
-source=("https://github.com/SELinuxProject/selinux/releases/download/20190315/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('a946c32b284532447857e4c48830f8816867c61220c8c08bdd32e6f691335f8e')
+source=("https://github.com/SELinuxProject/selinux/releases/download/20191204/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('c88c719a141dd5c1202d49c378c7f063349d630522d5e04dc6e0c53da81aa4f8')
build() {
cd "${pkgname}-${pkgver}"