summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2022-05-28 11:56:01 +0200
committerNicolas Iooss2022-05-28 11:58:40 +0200
commit0e7257e60a2d9ae215bf833ee4893ee37144f99d (patch)
treee56e3f7f1cca660af5b524ceedd7658a6de84fcf
parent565fee5ebe4bbc2f6e767f8a77e644ec5975a6b7 (diff)
downloadaur-0e7257e60a2d9ae215bf833ee4893ee37144f99d.tar.gz
selinux-dbus-config 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 97c0a650078a..0b401dbb7b84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = selinux-dbus-config
pkgdesc = DBus service which allows managing SELinux configuration
- pkgver = 3.3
+ pkgver = 3.4
pkgrel = 1
url = https://github.com/SELinuxProject/selinux/wiki
arch = any
@@ -9,7 +9,10 @@ pkgbase = selinux-dbus-config
depends = python
depends = selinux-python
conflicts = policycoreutils<2.7
- source = https://github.com/SELinuxProject/selinux/releases/download/3.3/selinux-dbus-3.3.tar.gz
- sha256sums = 9aa2724bbc889128fd5ee4f7fd9cf1d9fb52c3449b98dc662da5a95b3cddbf44
+ 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
+ validpgpkeys = E853C1848B0185CF42864DF363A8AD4B982C4373
+ sha256sums = b8282554199b31f5cd31b3fa25fcf4dbc8d4cb93026dffe91e61a97c4580e58b
+ sha256sums = SKIP
pkgname = selinux-dbus-config
diff --git a/PKGBUILD b/PKGBUILD
index 87d86af15598..ed59283265b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=selinux-dbus-config
_pkgname=selinux-dbus
-pkgver=3.3
+pkgver=3.4
pkgrel=1
pkgdesc="DBus service which allows managing SELinux configuration"
groups=('selinux')
@@ -14,8 +14,10 @@ url='https://github.com/SELinuxProject/selinux/wiki'
license=('GPL2')
depends=('python' 'selinux-python')
conflicts=('policycoreutils<2.7')
-source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('9aa2724bbc889128fd5ee4f7fd9cf1d9fb52c3449b98dc662da5a95b3cddbf44')
+validpgpkeys=('E853C1848B0185CF42864DF363A8AD4B982C4373') # Petr Lautrbach <plautrba@redhat.com>
+source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('b8282554199b31f5cd31b3fa25fcf4dbc8d4cb93026dffe91e61a97c4580e58b'
+ 'SKIP')
build() {
cd "${_pkgname}-${pkgver}"