summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2020-07-19 11:32:35 +0200
committerNicolas Iooss2020-07-19 11:32:35 +0200
commitf1e69f2fe127ee2e744d70ed1568568e2fc0fc02 (patch)
tree4e2bda388109d8a6674b022e67fe81e2500c85e1
parent6f8840a2483cee2ba5921c07edd0237811c26d8c (diff)
downloadaur-f1e69f2fe127ee2e744d70ed1568568e2fc0fc02.tar.gz
policycoreutils 3.1-1 update
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b011efdb986..17b5db72531f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = policycoreutils
pkgdesc = SELinux policy core utilities
- pkgver = 3.0
+ pkgver = 3.1
pkgrel = 1
- url = http://userspace.selinuxproject.org
+ url = https://github.com/SELinuxProject/selinux
arch = i686
arch = x86_64
groups = selinux
license = GPL2
- depends = libsemanage>=2.7
+ depends = libsemanage>=3.1
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.0-1
+ provides = selinux-usr-policycoreutils=3.1-1
conflicts = selinux-usr-policycoreutils
- source = https://github.com/SELinuxProject/selinux/releases/download/20191204/policycoreutils-3.0.tar.gz
- sha256sums = 3379c9bd722e36be9bf8856c6fa373bfa9b33305ac9da5fc807cfe7fa605f489
+ source = https://github.com/SELinuxProject/selinux/releases/download/20200710/policycoreutils-3.1.tar.gz
+ sha256sums = c889f62ee80f8b6a369469a9b8af51f5b797975aeaa291f5c5960cc12eed1934
pkgname = policycoreutils
diff --git a/PKGBUILD b/PKGBUILD
index ff8ad709515c..93064a8fedb8 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.0
+pkgver=3.1
pkgrel=1
pkgdesc="SELinux policy core utilities"
arch=('i686' 'x86_64')
-url='http://userspace.selinuxproject.org'
+url='https://github.com/SELinuxProject/selinux'
license=('GPL2')
groups=('selinux')
-depends=('libsemanage>=2.7' 'pam')
+depends=('libsemanage>=3.1' '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/20191204/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('3379c9bd722e36be9bf8856c6fa373bfa9b33305ac9da5fc807cfe7fa605f489')
+source=("https://github.com/SELinuxProject/selinux/releases/download/20200710/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('c889f62ee80f8b6a369469a9b8af51f5b797975aeaa291f5c5960cc12eed1934')
build() {
cd "${pkgname}-${pkgver}"