summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2021-10-31 09:24:00 +0100
committerNicolas Iooss2021-10-31 09:24:00 +0100
commitcaa899b2947a4f1621ae9b1e407af383de7fd20c (patch)
tree5d7e4fad96865064a248250e8936b5b422277899
parentb22ef2025e78460ad24bd49724aa641500fa9690 (diff)
downloadaur-caa899b2947a4f1621ae9b1e407af383de7fd20c.tar.gz
checkpolicy 3.3-1 update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0125cdfe655..568d41fffe89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = checkpolicy
pkgdesc = SELinux policy compiler
- pkgver = 3.2
+ pkgver = 3.3
pkgrel = 1
url = https://github.com/SELinuxProject/selinux
arch = i686
@@ -8,10 +8,10 @@ pkgbase = checkpolicy
arch = aarch64
groups = selinux
license = GPL2
- makedepends = libsepol>=3.2
- provides = selinux-usr-checkpolicy=3.2-1
+ makedepends = libsepol>=3.3
+ provides = selinux-usr-checkpolicy=3.3-1
conflicts = selinux-usr-checkpolicy
- source = https://github.com/SELinuxProject/selinux/releases/download/3.2/checkpolicy-3.2.tar.gz
- sha256sums = 9b1c81fa86fe3867842164448d90c8e7ea94b2987497809c65d4caa87a5c5bc8
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.3/checkpolicy-3.3.tar.gz
+ sha256sums = 25c84edfa3a10ab8cb073b97bc55cb66377532d54a2723da9accdabd05431485
pkgname = checkpolicy
diff --git a/PKGBUILD b/PKGBUILD
index 534ccef64b41..08de7745c334 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=3.2
+pkgver=3.3
pkgrel=1
pkgdesc="SELinux policy compiler"
arch=('i686' 'x86_64' 'aarch64')
url='https://github.com/SELinuxProject/selinux'
license=('GPL2')
groups=('selinux')
-makedepends=('libsepol>=3.2')
+makedepends=('libsepol>=3.3')
conflicts=("selinux-usr-${pkgname}")
provides=("selinux-usr-${pkgname}=${pkgver}-${pkgrel}")
source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('9b1c81fa86fe3867842164448d90c8e7ea94b2987497809c65d4caa87a5c5bc8')
+sha256sums=('25c84edfa3a10ab8cb073b97bc55cb66377532d54a2723da9accdabd05431485')
build() {
cd "${pkgname}-${pkgver}"