summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2023-12-15 20:52:58 +0100
committerNicolas Iooss2023-12-15 20:52:58 +0100
commite631d520c4affa2ac6581e1da8008c1a781ab242 (patch)
tree3e8e5590edab8c2fa35172349c4c8cba1ef6d85d
parentef41286aa995872bde28a55e902af111b8824a00 (diff)
downloadaur-restorecond.tar.gz
restorecond 3.6-1 update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab0e9f168b83..6ce9d16246bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = restorecond
pkgdesc = SELinux restorecon daemon
- pkgver = 3.5
+ pkgver = 3.6
pkgrel = 1
url = https://github.com/SELinuxProject/selinux/wiki
arch = i686
@@ -12,11 +12,11 @@ pkgbase = restorecond
depends = dbus-glib
depends = libselinux>=2.7
conflicts = policycoreutils<2.7
- source = https://github.com/SELinuxProject/selinux/releases/download/3.5/restorecond-3.5.tar.gz
- source = https://github.com/SELinuxProject/selinux/releases/download/3.5/restorecond-3.5.tar.gz.asc
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.6/restorecond-3.6.tar.gz
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.6/restorecond-3.6.tar.gz.asc
validpgpkeys = 63191CE94183098689CAB8DB7EF137EC935B0EAF
- validpgpkeys = E853C1848B0185CF42864DF363A8AD4B982C4373
- sha256sums = f00d8caddb6aba2793c65e69154d04671b52f3d37e081b0e96c1b443fe23c2fe
+ validpgpkeys = B8682847764DF60DF52D992CBC3905F235179CF1
+ sha256sums = 8f8aa2c6c66bcc6d91c6edd63913e5d738de6428928f27d1019d89c31cf347b1
sha256sums = SKIP
pkgname = restorecond
diff --git a/PKGBUILD b/PKGBUILD
index 0432f6ecf303..3baac10e421c 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.5
+pkgver=3.6
pkgrel=1
pkgdesc="SELinux restorecon daemon"
arch=('i686' 'x86_64' 'aarch64')
@@ -16,10 +16,10 @@ depends=('dbus-glib' 'libselinux>=2.7')
conflicts=('policycoreutils<2.7')
validpgpkeys=(
'63191CE94183098689CAB8DB7EF137EC935B0EAF' # Jason Zaman <perfinion@gentoo.org>
- 'E853C1848B0185CF42864DF363A8AD4B982C4373' # Petr Lautrbach <plautrba@redhat.com>
+ 'B8682847764DF60DF52D992CBC3905F235179CF1' # Petr Lautrbach <plautrba@redhat.com>
)
source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('f00d8caddb6aba2793c65e69154d04671b52f3d37e081b0e96c1b443fe23c2fe'
+sha256sums=('8f8aa2c6c66bcc6d91c6edd63913e5d738de6428928f27d1019d89c31cf347b1'
'SKIP')
build() {