summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2023-03-15 19:39:40 +0100
committerNicolas Iooss2023-03-15 19:39:40 +0100
commitb22f8228b40a65c775cfb98ab5e0503f28d8aed4 (patch)
treea1f2ff2797a253a4e3590510d7e29616060372be
parent0e7257e60a2d9ae215bf833ee4893ee37144f99d (diff)
downloadaur-b22f8228b40a65c775cfb98ab5e0503f28d8aed4.tar.gz
selinux-dbus-config 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 0b401dbb7b84..9e1305bf9f08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = selinux-dbus-config
pkgdesc = DBus service which allows managing SELinux configuration
- pkgver = 3.4
+ pkgver = 3.5
pkgrel = 1
url = https://github.com/SELinuxProject/selinux/wiki
arch = any
@@ -9,10 +9,11 @@ pkgbase = selinux-dbus-config
depends = python
depends = selinux-python
conflicts = policycoreutils<2.7
- source = https://github.com/SELinuxProject/selinux/releases/download/3.4/selinux-dbus-3.4.tar.gz
- source = https://github.com/SELinuxProject/selinux/releases/download/3.4/selinux-dbus-3.4.tar.gz.asc
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.5/selinux-dbus-3.5.tar.gz
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.5/selinux-dbus-3.5.tar.gz.asc
+ validpgpkeys = 63191CE94183098689CAB8DB7EF137EC935B0EAF
validpgpkeys = E853C1848B0185CF42864DF363A8AD4B982C4373
- sha256sums = b8282554199b31f5cd31b3fa25fcf4dbc8d4cb93026dffe91e61a97c4580e58b
+ sha256sums = 33ee256905e8a6c95a437293f99131a1c87de550d9d3617c5250682393dab511
sha256sums = SKIP
pkgname = selinux-dbus-config
diff --git a/PKGBUILD b/PKGBUILD
index ed59283265b6..27ca75a26013 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=selinux-dbus-config
_pkgname=selinux-dbus
-pkgver=3.4
+pkgver=3.5
pkgrel=1
pkgdesc="DBus service which allows managing SELinux configuration"
groups=('selinux')
@@ -14,9 +14,12 @@ url='https://github.com/SELinuxProject/selinux/wiki'
license=('GPL2')
depends=('python' 'selinux-python')
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=('b8282554199b31f5cd31b3fa25fcf4dbc8d4cb93026dffe91e61a97c4580e58b'
+sha256sums=('33ee256905e8a6c95a437293f99131a1c87de550d9d3617c5250682393dab511'
'SKIP')
build() {