summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2018-05-26 18:41:58 +0200
committerNicolas Iooss2018-05-26 18:41:58 +0200
commitd5a21bbe290a8111ed700468a20e34ba70796f40 (patch)
tree6bf1522ac133762e9a3a9d63f316fdc0898e0697
parent04a76daa34181fc186ad506599e1e8760027b5a9 (diff)
downloadaur-d5a21bbe290a8111ed700468a20e34ba70796f40.tar.gz
selinux-dbus-config 2.8-1 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c453d31700e2..9754571e5eb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = selinux-dbus-config
pkgdesc = DBus service which allows managing SELinux configuration
- pkgver = 2.7
+ pkgver = 2.8
pkgrel = 1
url = https://github.com/SELinuxProject/selinux/wiki
arch = any
@@ -9,8 +9,8 @@ pkgbase = selinux-dbus-config
depends = python
depends = selinux-python
conflicts = policycoreutils<2.7
- source = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20170804/selinux-dbus-2.7.tar.gz
- sha256sums = a7f3dbe68c0d02cd1cbe6aac06e87c2957668cb88083389654fabacb79641ae4
+ source = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524/selinux-dbus-2.8.tar.gz
+ sha256sums = 3339cb9cd77579bab6158afc054409c3bf952e282ef957ea732b19c9f4697bc6
pkgname = selinux-dbus-config
diff --git a/PKGBUILD b/PKGBUILD
index e3a0230af77c..b8337817d8f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,11 @@
# Maintainer: Nicolas Iooss (nicolas <dot> iooss <at> m4x <dot> org)
+#
+# This PKGBUILD is maintained on https://github.com/archlinuxhardened/selinux.
+# If you want to help keep it up to date, please open a Pull Request there.
pkgname=selinux-dbus-config
_pkgname=selinux-dbus
-pkgver=2.7
+pkgver=2.8
pkgrel=1
pkgdesc="DBus service which allows managing SELinux configuration"
groups=('selinux')
@@ -11,12 +14,12 @@ url='https://github.com/SELinuxProject/selinux/wiki'
license=('GPL2')
depends=('python' 'selinux-python')
conflicts=('policycoreutils<2.7')
-source=("https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20170804/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('a7f3dbe68c0d02cd1cbe6aac06e87c2957668cb88083389654fabacb79641ae4')
+source=("https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524/${_pkgname}-${pkgver}.tar.gz")
+sha256sums=('3339cb9cd77579bab6158afc054409c3bf952e282ef957ea732b19c9f4697bc6')
build() {
cd "${_pkgname}-${pkgver}"
- make=
+ make
}
package() {