summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2021-03-10 11:45:54 +0100
committerNicolas Iooss2021-03-10 11:45:54 +0100
commitf80bc055ae7aef9a990df9d266ea440416bc0575 (patch)
tree9a727ba567da671b480963a7ae491b2c9005f37e
parentf1e69f2fe127ee2e744d70ed1568568e2fc0fc02 (diff)
downloadaur-f80bc055ae7aef9a990df9d266ea440416bc0575.tar.gz
policycoreutils 3.2-1 update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17b5db72531f..fd3fee65e52d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = policycoreutils
pkgdesc = SELinux policy core utilities
- pkgver = 3.1
+ pkgver = 3.2
pkgrel = 1
url = https://github.com/SELinuxProject/selinux
arch = i686
arch = x86_64
groups = selinux
license = GPL2
- depends = libsemanage>=3.1
+ depends = libsemanage>=3.2
depends = pam
optdepends = mcstrans: SELinux MCS translation daemon
optdepends = restorecond: SELinux daemon that fixes SELinux file contexts
@@ -16,10 +16,10 @@ pkgbase = policycoreutils
optdepends = selinux-python: Python tools and libraries for SELinux
optdepends = selinux-sandbox: sandboxing tool for SELinux
optdepends = semodule-utils: SELinux module tools
- provides = selinux-usr-policycoreutils=3.1-1
+ provides = selinux-usr-policycoreutils=3.2-1
conflicts = selinux-usr-policycoreutils
- source = https://github.com/SELinuxProject/selinux/releases/download/20200710/policycoreutils-3.1.tar.gz
- sha256sums = c889f62ee80f8b6a369469a9b8af51f5b797975aeaa291f5c5960cc12eed1934
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.2/policycoreutils-3.2.tar.gz
+ sha256sums = d1331c6fa766c547b071c491de90b9f343c8dbffdb119be8a5a7e491199b93a9
pkgname = policycoreutils
diff --git a/PKGBUILD b/PKGBUILD
index 93064a8fedb8..4998a685bd85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,14 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=policycoreutils
-pkgver=3.1
+pkgver=3.2
pkgrel=1
pkgdesc="SELinux policy core utilities"
arch=('i686' 'x86_64')
url='https://github.com/SELinuxProject/selinux'
license=('GPL2')
groups=('selinux')
-depends=('libsemanage>=3.1' 'pam')
+depends=('libsemanage>=3.2' 'pam')
optdepends=('mcstrans: SELinux MCS translation daemon'
'restorecond: SELinux daemon that fixes SELinux file contexts'
'selinux-dbus-config: D-Bus configuration for SELinux'
@@ -25,8 +25,8 @@ optdepends=('mcstrans: SELinux MCS translation daemon'
'semodule-utils: SELinux module tools')
conflicts=("selinux-usr-${pkgname}")
provides=("selinux-usr-${pkgname}=${pkgver}-${pkgrel}")
-source=("https://github.com/SELinuxProject/selinux/releases/download/20200710/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('c889f62ee80f8b6a369469a9b8af51f5b797975aeaa291f5c5960cc12eed1934')
+source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('d1331c6fa766c547b071c491de90b9f343c8dbffdb119be8a5a7e491199b93a9')
build() {
cd "${pkgname}-${pkgver}"