summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2019-12-08 21:11:56 +0100
committerNicolas Iooss2019-12-08 21:11:56 +0100
commit61bfec733a632fd4450592944ef3a4fef96be81c (patch)
treeab8ab695e88aaece3cb4208769153faa445b7cc0
parent97b2a71adff46ca37ae67f6ebd4722c0c49f0c6b (diff)
downloadaur-61bfec733a632fd4450592944ef3a4fef96be81c.tar.gz
selinux-dbus-config 3.0-1 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9e8bcf0a01f..442c9dd93a1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = selinux-dbus-config
pkgdesc = DBus service which allows managing SELinux configuration
- pkgver = 2.9
+ pkgver = 3.0
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://github.com/SELinuxProject/selinux/releases/download/20190315/selinux-dbus-2.9.tar.gz
- sha256sums = ac54cecdea6a88b4a818981ac82654d054a3c5232b1b282ebf7418c3e350cc7a
+ source = https://github.com/SELinuxProject/selinux/releases/download/20191204/selinux-dbus-3.0.tar.gz
+ sha256sums = 95d75603444c3eeaebf25da3de6febb6e1567d5f5d93cde5a4b73c88ef6c4f28
pkgname = selinux-dbus-config
diff --git a/PKGBUILD b/PKGBUILD
index 609e15041f65..836f2a539cc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=selinux-dbus-config
_pkgname=selinux-dbus
-pkgver=2.9
+pkgver=3.0
pkgrel=1
pkgdesc="DBus service which allows managing SELinux configuration"
groups=('selinux')
@@ -14,8 +14,8 @@ url='https://github.com/SELinuxProject/selinux/wiki'
license=('GPL2')
depends=('python' 'selinux-python')
conflicts=('policycoreutils<2.7')
-source=("https://github.com/SELinuxProject/selinux/releases/download/20190315/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('ac54cecdea6a88b4a818981ac82654d054a3c5232b1b282ebf7418c3e350cc7a')
+source=("https://github.com/SELinuxProject/selinux/releases/download/20191204/${_pkgname}-${pkgver}.tar.gz")
+sha256sums=('95d75603444c3eeaebf25da3de6febb6e1567d5f5d93cde5a4b73c88ef6c4f28')
build() {
cd "${_pkgname}-${pkgver}"