summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2021-10-31 09:24:17 +0100
committerNicolas Iooss2021-10-31 09:24:17 +0100
commit565fee5ebe4bbc2f6e767f8a77e644ec5975a6b7 (patch)
tree65643392cf296e82ab9c5d57a7e7e9789a207a26
parent39131e94968e31662b33358d517176f404562484 (diff)
downloadaur-565fee5ebe4bbc2f6e767f8a77e644ec5975a6b7.tar.gz
selinux-dbus-config 3.3-1 update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb232b60201c..97c0a650078a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = selinux-dbus-config
pkgdesc = DBus service which allows managing SELinux configuration
- pkgver = 3.2
+ pkgver = 3.3
pkgrel = 1
url = https://github.com/SELinuxProject/selinux/wiki
arch = any
@@ -9,8 +9,7 @@ pkgbase = selinux-dbus-config
depends = python
depends = selinux-python
conflicts = policycoreutils<2.7
- source = https://github.com/SELinuxProject/selinux/releases/download/3.2/selinux-dbus-3.2.tar.gz
- sha256sums = bb4d398e167e4c000a4f348bdc40cd33d142cdd29be1c0e25e6f30d8a3e3f83f
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.3/selinux-dbus-3.3.tar.gz
+ sha256sums = 9aa2724bbc889128fd5ee4f7fd9cf1d9fb52c3449b98dc662da5a95b3cddbf44
pkgname = selinux-dbus-config
-
diff --git a/PKGBUILD b/PKGBUILD
index 477ca8bb56de..87d86af15598 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=selinux-dbus-config
_pkgname=selinux-dbus
-pkgver=3.2
+pkgver=3.3
pkgrel=1
pkgdesc="DBus service which allows managing SELinux configuration"
groups=('selinux')
@@ -15,7 +15,7 @@ license=('GPL2')
depends=('python' 'selinux-python')
conflicts=('policycoreutils<2.7')
source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('bb4d398e167e4c000a4f348bdc40cd33d142cdd29be1c0e25e6f30d8a3e3f83f')
+sha256sums=('9aa2724bbc889128fd5ee4f7fd9cf1d9fb52c3449b98dc662da5a95b3cddbf44')
build() {
cd "${_pkgname}-${pkgver}"