summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2022-05-28 11:55:46 +0200
committerNicolas Iooss2022-05-28 11:58:35 +0200
commit548242ed9a201bb8b67f1cec676ecd4833a819d7 (patch)
tree54db14a7d967921a72a37e6e5ca50b4a1baeafb1 /PKGBUILD
parent9240291d19f0502c83e4c123ae392c02ade26d88 (diff)
downloadaur-548242ed9a201bb8b67f1cec676ecd4833a819d7.tar.gz
libsepol 3.4-1 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d259ecea3e31..dc3381d2a390 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.3
+pkgver=3.4
pkgrel=1
pkgdesc="SELinux binary policy manipulation library"
arch=('i686' 'x86_64' 'armv6h' 'aarch64')
@@ -19,8 +19,10 @@ depends=('glibc')
options=(staticlibs)
conflicts=("selinux-usr-${pkgname}")
provides=("selinux-usr-${pkgname}=${pkgver}-${pkgrel}")
-source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('2d97df3eb8466169b389c3660acbb90c54200ac96e452eca9f41a9639f4f238b')
+validpgpkeys=('E853C1848B0185CF42864DF363A8AD4B982C4373') # Petr Lautrbach <plautrba@redhat.com>
+source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('fc277ac5b52d59d2cd81eec8b1cccd450301d8b54d9dd48a993aea0577cf0336'
+ 'SKIP')
build() {
cd "${pkgname}-${pkgver}"