summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2023-03-11 13:28:57 +0100
committerNicolas Iooss2023-03-11 13:28:57 +0100
commit98fc151d583398cf9ad43917f68dce7906e91db0 (patch)
tree5a9ffa0e53437e28bc69b00160612aa0e579f870
parent67934d086970e6987be3688462822adbaf62bae5 (diff)
downloadaur-98fc151d583398cf9ad43917f68dce7906e91db0.tar.gz
selinux-refpolicy-src 20221101-1 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a2294020704..943855ebf120 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = selinux-refpolicy-src
pkgdesc = SELinux reference policy sources
- pkgver = 20220520
+ pkgver = 20221101
pkgrel = 1
url = https://github.com/SELinuxProject/refpolicy/wiki
arch = any
@@ -13,7 +13,7 @@ pkgbase = selinux-refpolicy-src
makedepends = libsepol>=3.0
makedepends = libsemanage>=3.0
optdepends = linux-hardened: Linux kernel with SELinux support
- source = https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20220520/refpolicy-2.20220520.tar.bz2
- sha256sums = 0ce9771eab8771180c249baaf6e8c55dda383a2ddf94460588f9f16e5d32f1f7
+ source = https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20221101/refpolicy-2.20221101.tar.bz2
+ sha256sums = 44f88e62c8efcef54d019b9ca077520d5993de580926bd7575788cfa78515396
pkgname = selinux-refpolicy-src
diff --git a/PKGBUILD b/PKGBUILD
index 9a5fdb7a9c73..56e94893c58e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=selinux-refpolicy-src
_origname=refpolicy
-pkgver=20220520
+pkgver=20221101
pkgrel=1
pkgdesc="SELinux reference policy sources"
arch=('any')
@@ -18,7 +18,7 @@ optdepends=('linux-hardened: Linux kernel with SELinux support')
makedepends=('python' 'checkpolicy>=3.0' 'policycoreutils>=3.0'
'libsepol>=3.0' 'libsemanage>=3.0')
source=("https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_${pkgver}/${_origname}-2.${pkgver}.tar.bz2")
-sha256sums=('0ce9771eab8771180c249baaf6e8c55dda383a2ddf94460588f9f16e5d32f1f7')
+sha256sums=('44f88e62c8efcef54d019b9ca077520d5993de580926bd7575788cfa78515396')
package() {
cd "${srcdir}/${_origname}"