summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD22
1 files changed, 6 insertions, 16 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 434ea2c6dd7c..530f42ca83e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,28 +7,18 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=checkpolicy
-pkgver=3.0
-pkgrel=2
+pkgver=3.1
+pkgrel=1
pkgdesc="SELinux policy compiler"
arch=('i686' 'x86_64')
-url='http://userspace.selinuxproject.org'
+url='https://github.com/SELinuxProject/selinux'
license=('GPL2')
groups=('selinux')
-makedepends=('libsepol>=3.0')
+makedepends=('libsepol>=3.1')
conflicts=("selinux-usr-${pkgname}")
provides=("selinux-usr-${pkgname}=${pkgver}-${pkgrel}")
-source=("https://github.com/SELinuxProject/selinux/releases/download/20191204/${pkgname}-${pkgver}.tar.gz"
- '0001-checkpolicy-remove-unused-te_assertions.patch')
-sha256sums=('c88c719a141dd5c1202d49c378c7f063349d630522d5e04dc6e0c53da81aa4f8'
- '8ee8d4e01e7441fe8bee97c41dabc37ed707f55e65ad6d415382590cbc0597e2')
-
-prepare() {
- cd "${pkgname}-${pkgver}"
-
- # Backport commit 4d330d0d3155 ("checkpolicy: remove unused te_assertions")
- # https://github.com/SELinuxProject/selinux/commit/4d330d0d3155211f119b3082f728ae42dcc01e96
- patch -Np2 -i ../0001-checkpolicy-remove-unused-te_assertions.patch
-}
+source=("https://github.com/SELinuxProject/selinux/releases/download/20200710/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('dfc7707070520c93b14fbbdfdbe081364d806bf28e3e79e10318c2594c77bbb2')
build() {
cd "${pkgname}-${pkgver}"