summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2021-10-31 09:24:14 +0100
committerNicolas Iooss2021-10-31 09:24:14 +0100
commitd47d88cdbd37fdd6e4c6c6e64af77829822a71ae (patch)
treed9bf6e6b7f9829b1e8a3ea62814f20ac31b191bc
parent33463c90dc7b40ea9d04a4199bcb40e02d20040e (diff)
downloadaur-d47d88cdbd37fdd6e4c6c6e64af77829822a71ae.tar.gz
restorecond 3.3-1 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 530873fa118d..a669cff85be7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = restorecond
pkgdesc = SELinux restorecon daemon
- pkgver = 3.2
+ pkgver = 3.3
pkgrel = 1
url = https://github.com/SELinuxProject/selinux/wiki
arch = i686
@@ -12,7 +12,7 @@ pkgbase = restorecond
depends = dbus-glib
depends = libselinux>=2.7
conflicts = policycoreutils<2.7
- source = https://github.com/SELinuxProject/selinux/releases/download/3.2/restorecond-3.2.tar.gz
- sha256sums = 471c17e64aa6d7226e861d4d0125d15fdf9b38892c542be32bd83d999e5e75f5
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.3/restorecond-3.3.tar.gz
+ sha256sums = 218c3d8873f31764e3c82d53ac713c0c9faaa07caf42ed7184e93ca2b27d8f27
pkgname = restorecond
diff --git a/PKGBUILD b/PKGBUILD
index 5a404366bfa3..d1d24ddd7216 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=3.2
+pkgver=3.3
pkgrel=1
pkgdesc="SELinux restorecon daemon"
arch=('i686' 'x86_64' 'aarch64')
@@ -15,7 +15,7 @@ makedepends=('pkgconf')
depends=('dbus-glib' 'libselinux>=2.7')
conflicts=('policycoreutils<2.7')
source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('471c17e64aa6d7226e861d4d0125d15fdf9b38892c542be32bd83d999e5e75f5')
+sha256sums=('218c3d8873f31764e3c82d53ac713c0c9faaa07caf42ed7184e93ca2b27d8f27')
build() {
cd "${pkgname}-${pkgver}"