summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 6 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f9ffb7953a2..b30cadf72586 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = setools
pkgdesc = Policy analysis tools for SELinux
- pkgver = 4.5.0
+ pkgver = 4.5.1
pkgrel = 1
url = https://github.com/SELinuxProject/setools/wiki
arch = i686
@@ -21,9 +21,9 @@ pkgbase = setools
optdepends = python-graphviz: for seinfoflow, sedta, apol
optdepends = python-pyqt6: needed for graphical tools
optdepends = qt6-tools: display apol help with Qt Assistant
- provides = selinux-setools=4.5.0-1
+ provides = selinux-setools=4.5.1-1
conflicts = selinux-setools
- source = https://github.com/SELinuxProject/setools/releases/download/4.5.0/setools-4.5.0.tar.bz2
- sha256sums = 68469ae9bd114b42bba4cb41795577ca1e4f50e3e4234817f13ff1a8bbd9ce77
+ source = https://github.com/SELinuxProject/setools/releases/download/4.5.1/setools-4.5.1.tar.bz2
+ sha256sums = 25e47d00bbffd6046f55409c9ba3b08d9b1d5788cc159ea247d9e0ced8e482e7
pkgname = setools
diff --git a/PKGBUILD b/PKGBUILD
index b185e1fc2860..b1418f576c46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@
# - replace setools 3.3.8 with setools3-libs and install setools then.
pkgname=setools
-pkgver=4.5.0
+pkgver=4.5.1
pkgrel=1
pkgdesc="Policy analysis tools for SELinux"
groups=('selinux')
@@ -34,14 +34,7 @@ checkdepends=('checkpolicy' 'python-pytest')
conflicts=("selinux-${pkgname}")
provides=("selinux-${pkgname}=${pkgver}-${pkgrel}")
source=("https://github.com/SELinuxProject/setools/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('68469ae9bd114b42bba4cb41795577ca1e4f50e3e4234817f13ff1a8bbd9ce77')
-
-prepare() {
- cd "${pkgname}"
-
- # Fix https://github.com/SELinuxProject/setools/issues/124
- sed "s/package_data={'': \['\*\.html'\],/package_data={'': ['*.html', '*.css'],/" -i setup.py
-}
+sha256sums=('25e47d00bbffd6046f55409c9ba3b08d9b1d5788cc159ea247d9e0ced8e482e7')
build() {
cd "${pkgname}"