summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2023-03-11 13:29:47 +0100
committerNicolas Iooss2023-03-11 13:29:47 +0100
commit5ed6146f20779a9cb8804436c0f809999bf09db6 (patch)
treef824ba2959bf687d0de57eebb78f9ca7d9c0c4ae
parent9017148327c8b30ffeaf20e0450fd365a5158281 (diff)
downloadaur-5ed6146f20779a9cb8804436c0f809999bf09db6.tar.gz
setools 4.4.1-1 update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 562e45df142c..b23d4c05a38c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = setools
pkgdesc = Policy analysis tools for SELinux
- pkgver = 4.4.0
- pkgrel = 2
+ pkgver = 4.4.1
+ pkgrel = 1
url = https://github.com/SELinuxProject/setools/wiki
arch = i686
arch = x86_64
@@ -19,9 +19,9 @@ pkgbase = setools
depends = python-setuptools
optdepends = python-pyqt5: needed for graphical tools
optdepends = qt5-tools: display apol help with Qt Assistant
- provides = selinux-setools=4.4.0-2
+ provides = selinux-setools=4.4.1-1
conflicts = selinux-setools
- source = https://github.com/SELinuxProject/setools/releases/download/4.4.0/setools-4.4.0.tar.bz2
- sha256sums = f3786677e40b7f16a226f48f233dcf835e700739614a7dbed2ff61cc9607814e
+ source = https://github.com/SELinuxProject/setools/releases/download/4.4.1/setools-4.4.1.tar.bz2
+ sha256sums = fcd161e55504aa4c361921833bf9d4cd58475c98746cfdacadd192a68788ae45
pkgname = setools
diff --git a/PKGBUILD b/PKGBUILD
index b53b595c2cf8..895dbede053a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,8 +18,8 @@
# - replace setools 3.3.8 with setools3-libs and install setools then.
pkgname=setools
-pkgver=4.4.0
-pkgrel=2
+pkgver=4.4.1
+pkgrel=1
pkgdesc="Policy analysis tools for SELinux"
groups=('selinux')
arch=('i686' 'x86_64' 'aarch64')
@@ -33,7 +33,7 @@ checkdepends=('checkpolicy')
conflicts=("selinux-${pkgname}")
provides=("selinux-${pkgname}=${pkgver}-${pkgrel}")
source=("https://github.com/SELinuxProject/setools/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('f3786677e40b7f16a226f48f233dcf835e700739614a7dbed2ff61cc9607814e')
+sha256sums=('fcd161e55504aa4c361921833bf9d4cd58475c98746cfdacadd192a68788ae45')
build() {
cd "${pkgname}"