summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2020-07-19 11:32:40 +0200
committerNicolas Iooss2020-07-19 11:32:40 +0200
commit854172c9a6e7310bc57f5af790d134f749ea52ca (patch)
treefac78f063970fe170eb8a8556e9ff2765b23aedb
parent61bfec733a632fd4450592944ef3a4fef96be81c (diff)
downloadaur-854172c9a6e7310bc57f5af790d134f749ea52ca.tar.gz
selinux-dbus-config 3.1-1 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 442c9dd93a1a..3d47ae873c7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = selinux-dbus-config
pkgdesc = DBus service which allows managing SELinux configuration
- pkgver = 3.0
+ pkgver = 3.1
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/20191204/selinux-dbus-3.0.tar.gz
- sha256sums = 95d75603444c3eeaebf25da3de6febb6e1567d5f5d93cde5a4b73c88ef6c4f28
+ source = https://github.com/SELinuxProject/selinux/releases/download/20200710/selinux-dbus-3.1.tar.gz
+ sha256sums = 61f936d200ff8302c513883c67bb7c4c496513e78122954cbd33db62086a06f2
pkgname = selinux-dbus-config
diff --git a/PKGBUILD b/PKGBUILD
index 836f2a539cc7..d56e55ec45cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=selinux-dbus-config
_pkgname=selinux-dbus
-pkgver=3.0
+pkgver=3.1
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/20191204/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('95d75603444c3eeaebf25da3de6febb6e1567d5f5d93cde5a4b73c88ef6c4f28')
+source=("https://github.com/SELinuxProject/selinux/releases/download/20200710/${_pkgname}-${pkgver}.tar.gz")
+sha256sums=('61f936d200ff8302c513883c67bb7c4c496513e78122954cbd33db62086a06f2')
build() {
cd "${_pkgname}-${pkgver}"