summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2019-03-16 20:21:36 +0100
committerNicolas Iooss2019-03-16 20:21:36 +0100
commit97b2a71adff46ca37ae67f6ebd4722c0c49f0c6b (patch)
treea124495f66e4a23edec2bf0dbb114c8ab018db5b
parentd5a21bbe290a8111ed700468a20e34ba70796f40 (diff)
downloadaur-97b2a71adff46ca37ae67f6ebd4722c0c49f0c6b.tar.gz
selinux-dbus-config 2.9-1 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9754571e5eb9..f9e8bcf0a01f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = selinux-dbus-config
pkgdesc = DBus service which allows managing SELinux configuration
- pkgver = 2.8
+ pkgver = 2.9
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/20180524/selinux-dbus-2.8.tar.gz
- sha256sums = 3339cb9cd77579bab6158afc054409c3bf952e282ef957ea732b19c9f4697bc6
+ source = https://github.com/SELinuxProject/selinux/releases/download/20190315/selinux-dbus-2.9.tar.gz
+ sha256sums = ac54cecdea6a88b4a818981ac82654d054a3c5232b1b282ebf7418c3e350cc7a
pkgname = selinux-dbus-config
diff --git a/PKGBUILD b/PKGBUILD
index b8337817d8f3..609e15041f65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=selinux-dbus-config
_pkgname=selinux-dbus
-pkgver=2.8
+pkgver=2.9
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://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('3339cb9cd77579bab6158afc054409c3bf952e282ef957ea732b19c9f4697bc6')
+source=("https://github.com/SELinuxProject/selinux/releases/download/20190315/${_pkgname}-${pkgver}.tar.gz")
+sha256sums=('ac54cecdea6a88b4a818981ac82654d054a3c5232b1b282ebf7418c3e350cc7a')
build() {
cd "${_pkgname}-${pkgver}"