summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2022-05-28 11:56:02 +0200
committerNicolas Iooss2022-05-28 11:58:40 +0200
commit03753a53edc340c6090607e66d914c8d5995df52 (patch)
tree6ee9f5560b1fa499d9e2c6bb58251244e82cfd32 /PKGBUILD
parent9b131452aaf58f9adf6faba38c521e3b1d2a5a70 (diff)
downloadaur-03753a53edc340c6090607e66d914c8d5995df52.tar.gz
selinux-gui 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 5ee8b38ed3b5..3934bd94ce17 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=selinux-gui
-pkgver=3.3
+pkgver=3.4
pkgrel=1
pkgdesc="SELinux GUI tools"
groups=('selinux')
@@ -13,8 +13,10 @@ url='https://github.com/SELinuxProject/selinux/wiki'
license=('GPL2')
depends=('python-gobject' 'hicolor-icon-theme' 'selinux-python' 'gtk3')
conflicts=('policycoreutils<2.7')
-source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('262f1767436af731ab10675105ad9e86909e670e1f8d201e369de61799bbff81')
+validpgpkeys=('E853C1848B0185CF42864DF363A8AD4B982C4373') # Petr Lautrbach <plautrba@redhat.com>
+source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('cebd28d16fbd2cd4f21e5a9dd0f4de122c2014b5b00d8d351eec0890a3488637'
+ 'SKIP')
build() {
cd "${pkgname}-${pkgver}"