summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2023-12-15 20:52:41 +0100
committerNicolas Iooss2023-12-15 20:52:41 +0100
commit26ed39a0e7e9fd9d4193f904eae3571ca3cf49fd (patch)
treecccf4075d2ca6419a4099c009f5fefb0c8cacb70 /PKGBUILD
parent28288c530367d16df11da93530e5c49480259e64 (diff)
downloadaur-26ed39a0e7e9fd9d4193f904eae3571ca3cf49fd.tar.gz
libsepol 3.6-1 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index abd7cc60e84b..2a7a95aa90f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=libsepol
-pkgver=3.5
+pkgver=3.6
pkgrel=1
pkgdesc="SELinux binary policy manipulation library"
arch=('i686' 'x86_64' 'armv6h' 'aarch64')
@@ -21,10 +21,10 @@ conflicts=("selinux-usr-${pkgname}")
provides=("selinux-usr-${pkgname}=${pkgver}-${pkgrel}")
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=('78fdaf69924db780bac78546e43d9c44074bad798c2c415d0b9bb96d065ee8a2'
+sha256sums=('c9dc585ea94903d784d597c861cd5dce6459168f95e22b31a0eab1cdd800975a'
'SKIP')
build() {