summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2023-03-15 19:39:54 +0100
committerNicolas Iooss2023-03-15 19:39:54 +0100
commit56763dea58d18089abb1f0049f8978b7ab58b6dc (patch)
tree496f40c172e0b40c68734510ad251c5e7a0efdd2
parentc040e770a54785a4d4bbd36e0989aef8c43ed077 (diff)
downloadaur-56763dea58d18089abb1f0049f8978b7ab58b6dc.tar.gz
semodule-utils 3.5-1 update
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ceabbb95923a..79f18539d437 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = semodule-utils
pkgdesc = SELinux module tools
- pkgver = 3.4
+ pkgver = 3.5
pkgrel = 1
url = https://github.com/SELinuxProject/selinux/wiki
arch = i686
@@ -10,10 +10,11 @@ pkgbase = semodule-utils
license = GPL2
depends = libsepol>=2.7
conflicts = policycoreutils<2.7
- 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
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.5/semodule-utils-3.5.tar.gz
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.5/semodule-utils-3.5.tar.gz.asc
+ validpgpkeys = 63191CE94183098689CAB8DB7EF137EC935B0EAF
validpgpkeys = E853C1848B0185CF42864DF363A8AD4B982C4373
- sha256sums = b0cac665f2d38f1fa9bbcd80ea3418c84dd822692a98475176ff22c92fb38d3a
+ sha256sums = c9a550a737051ebaf2c102f665c7ec2f85e7232870980aa0067998459b414283
sha256sums = SKIP
pkgname = semodule-utils
diff --git a/PKGBUILD b/PKGBUILD
index 89ea3946ce1a..44b1122329a0 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.4
+pkgver=3.5
pkgrel=1
pkgdesc="SELinux module tools"
arch=('i686' 'x86_64' 'aarch64')
@@ -13,9 +13,12 @@ license=('GPL2')
groups=('selinux')
depends=('libsepol>=2.7')
conflicts=('policycoreutils<2.7')
-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=('b0cac665f2d38f1fa9bbcd80ea3418c84dd822692a98475176ff22c92fb38d3a'
+sha256sums=('c9a550a737051ebaf2c102f665c7ec2f85e7232870980aa0067998459b414283'
'SKIP')
build() {