summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2021-10-31 09:24:14 +0100
committerNicolas Iooss2021-10-31 09:24:14 +0100
commitd47d88cdbd37fdd6e4c6c6e64af77829822a71ae (patch)
treed9bf6e6b7f9829b1e8a3ea62814f20ac31b191bc /PKGBUILD
parent33463c90dc7b40ea9d04a4199bcb40e02d20040e (diff)
downloadaur-d47d88cdbd37fdd6e4c6c6e64af77829822a71ae.tar.gz
restorecond 3.3-1 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"