summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2021-03-10 11:45:58 +0100
committerNicolas Iooss2021-03-10 11:45:58 +0100
commit39131e94968e31662b33358d517176f404562484 (patch)
tree5117308152afd19f5df230d29dbed2c5f46e1cac
parent854172c9a6e7310bc57f5af790d134f749ea52ca (diff)
downloadaur-39131e94968e31662b33358d517176f404562484.tar.gz
selinux-dbus-config 3.2-1 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d47ae873c7b..eb232b60201c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = selinux-dbus-config
pkgdesc = DBus service which allows managing SELinux configuration
- pkgver = 3.1
+ pkgver = 3.2
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/20200710/selinux-dbus-3.1.tar.gz
- sha256sums = 61f936d200ff8302c513883c67bb7c4c496513e78122954cbd33db62086a06f2
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.2/selinux-dbus-3.2.tar.gz
+ sha256sums = bb4d398e167e4c000a4f348bdc40cd33d142cdd29be1c0e25e6f30d8a3e3f83f
pkgname = selinux-dbus-config
diff --git a/PKGBUILD b/PKGBUILD
index d56e55ec45cf..477ca8bb56de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=selinux-dbus-config
_pkgname=selinux-dbus
-pkgver=3.1
+pkgver=3.2
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/20200710/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('61f936d200ff8302c513883c67bb7c4c496513e78122954cbd33db62086a06f2')
+source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.gz")
+sha256sums=('bb4d398e167e4c000a4f348bdc40cd33d142cdd29be1c0e25e6f30d8a3e3f83f')
build() {
cd "${_pkgname}-${pkgver}"