summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2019-03-16 20:21:34 +0100
committerNicolas Iooss2019-03-16 20:21:34 +0100
commit3c61c67c4a7bf6ce6e0603a6d0ef94d3fe82cd34 (patch)
tree1e077c5a062580443835dfe4dc2a075d31b33d9d
parent0bc6477063969d72138cb6eb3d115e16b68b94fe (diff)
downloadaur-3c61c67c4a7bf6ce6e0603a6d0ef94d3fe82cd34.tar.gz
restorecond 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 8aacb16ef250..b4742554a919 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = restorecond
pkgdesc = SELinux restorecon daemon
- pkgver = 2.8
+ pkgver = 2.9
pkgrel = 1
url = https://github.com/SELinuxProject/selinux/wiki
arch = i686
@@ -10,8 +10,8 @@ pkgbase = restorecond
depends = dbus-glib
depends = libselinux>=2.7
conflicts = policycoreutils<2.7
- source = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524/restorecond-2.8.tar.gz
- sha256sums = 323cab1128e5308cd85fea0e5c98e3c8973e1ada0b659f2fce76187e192271bf
+ source = https://github.com/SELinuxProject/selinux/releases/download/20190315/restorecond-2.9.tar.gz
+ sha256sums = cbf9820583e641ee0462fa7bc89e6024676af281e025703e17b2d019b1a25a4f
pkgname = restorecond
diff --git a/PKGBUILD b/PKGBUILD
index a8c5ef92d3c3..d141e6691d2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=restorecond
-pkgver=2.8
+pkgver=2.9
pkgrel=1
pkgdesc="SELinux restorecon daemon"
arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@ license=('GPL2')
groups=('selinux')
depends=('dbus-glib' 'libselinux>=2.7')
conflicts=('policycoreutils<2.7')
-source=("https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('323cab1128e5308cd85fea0e5c98e3c8973e1ada0b659f2fce76187e192271bf')
+source=("https://github.com/SELinuxProject/selinux/releases/download/20190315/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('cbf9820583e641ee0462fa7bc89e6024676af281e025703e17b2d019b1a25a4f')
build() {
cd "${pkgname}-${pkgver}"