summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2023-03-15 19:39:19 +0100
committerNicolas Iooss2023-03-15 19:39:19 +0100
commit28288c530367d16df11da93530e5c49480259e64 (patch)
treee2ad75ea5c08f3cf9034d6507b4ba1ee120b31ee /PKGBUILD
parent548242ed9a201bb8b67f1cec676ecd4833a819d7 (diff)
downloadaur-28288c530367d16df11da93530e5c49480259e64.tar.gz
libsepol 3.5-1 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc3381d2a390..abd7cc60e84b 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.4
+pkgver=3.5
pkgrel=1
pkgdesc="SELinux binary policy manipulation library"
arch=('i686' 'x86_64' 'armv6h' 'aarch64')
@@ -19,9 +19,12 @@ depends=('glibc')
options=(staticlibs)
conflicts=("selinux-usr-${pkgname}")
provides=("selinux-usr-${pkgname}=${pkgver}-${pkgrel}")
-validpgpkeys=('E853C1848B0185CF42864DF363A8AD4B982C4373') # Petr Lautrbach <plautrba@redhat.com>
+validpgpkeys=(
+ '63191CE94183098689CAB8DB7EF137EC935B0EAF' # Jason Zaman <perfinion@gentoo.org>
+ 'E853C1848B0185CF42864DF363A8AD4B982C4373' # Petr Lautrbach <plautrba@redhat.com>
+)
source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('fc277ac5b52d59d2cd81eec8b1cccd450301d8b54d9dd48a993aea0577cf0336'
+sha256sums=('78fdaf69924db780bac78546e43d9c44074bad798c2c415d0b9bb96d065ee8a2'
'SKIP')
build() {