summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2022-05-28 11:56:09 +0200
committerNicolas Iooss2022-05-28 11:58:43 +0200
commitc040e770a54785a4d4bbd36e0989aef8c43ed077 (patch)
treee27dab9d8f4410197ecda4273e815475c155b51b
parent7842608cb309afc870a7f7566f6f0327602c85c2 (diff)
downloadaur-c040e770a54785a4d4bbd36e0989aef8c43ed077.tar.gz
semodule-utils 3.4-1 update
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eddb8786e6ca..ceabbb95923a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = semodule-utils
pkgdesc = SELinux module tools
- pkgver = 3.3
+ pkgver = 3.4
pkgrel = 1
url = https://github.com/SELinuxProject/selinux/wiki
arch = i686
@@ -10,7 +10,10 @@ pkgbase = semodule-utils
license = GPL2
depends = libsepol>=2.7
conflicts = policycoreutils<2.7
- source = https://github.com/SELinuxProject/selinux/releases/download/3.3/semodule-utils-3.3.tar.gz
- sha256sums = 3098ec5e5f04a1dbbf4aa569b63a4570750a9fe0d4da14ce45954aa300a17063
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.4/semodule-utils-3.4.tar.gz
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.4/semodule-utils-3.4.tar.gz.asc
+ validpgpkeys = E853C1848B0185CF42864DF363A8AD4B982C4373
+ sha256sums = b0cac665f2d38f1fa9bbcd80ea3418c84dd822692a98475176ff22c92fb38d3a
+ sha256sums = SKIP
pkgname = semodule-utils
diff --git a/PKGBUILD b/PKGBUILD
index 40b6b195f913..89ea3946ce1a 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=semodule-utils
-pkgver=3.3
+pkgver=3.4
pkgrel=1
pkgdesc="SELinux module tools"
arch=('i686' 'x86_64' 'aarch64')
@@ -13,8 +13,10 @@ license=('GPL2')
groups=('selinux')
depends=('libsepol>=2.7')
conflicts=('policycoreutils<2.7')
-source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('3098ec5e5f04a1dbbf4aa569b63a4570750a9fe0d4da14ce45954aa300a17063')
+validpgpkeys=('E853C1848B0185CF42864DF363A8AD4B982C4373') # Petr Lautrbach <plautrba@redhat.com>
+source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('b0cac665f2d38f1fa9bbcd80ea3418c84dd822692a98475176ff22c92fb38d3a'
+ 'SKIP')
build() {
cd "${pkgname}-${pkgver}"