summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2018-05-26 18:42:02 +0200
committerNicolas Iooss2018-05-26 18:42:02 +0200
commitc1a2cbe220715cfb64c03d532cc9e902be1d047b (patch)
tree29b03006b077ee0e00b0d4020d3e7799f82344c2
parent49e692a0999e2008d96ebc91499fcb8e5ac3a064 (diff)
downloadaur-c1a2cbe220715cfb64c03d532cc9e902be1d047b.tar.gz
semodule-utils 2.8-1 update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD13
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 580f168fca4f..bcecad4e1c98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = semodule-utils
pkgdesc = SELinux module tools
- pkgver = 2.7
+ pkgver = 2.8
pkgrel = 1
url = https://github.com/SELinuxProject/selinux/wiki
arch = i686
@@ -9,8 +9,8 @@ pkgbase = semodule-utils
license = GPL2
depends = libsepol>=2.7
conflicts = policycoreutils<2.7
- source = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20170804/semodule-utils-2.7.tar.gz
- sha256sums = 90c98b3362a43b4da2a51a9176820a56f3e615225e23e3395bc566c4490786ba
+ source = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524/semodule-utils-2.8.tar.gz
+ sha256sums = 44f59c13070c637440b143ceab4dfe1efb9018b1e47828dd8789def74c1ccadf
pkgname = semodule-utils
diff --git a/PKGBUILD b/PKGBUILD
index b9343f835a92..43fd1070699e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,10 @@
# Maintainer: Nicolas Iooss (nicolas <dot> iooss <at> m4x <dot> org)
+#
+# This PKGBUILD is maintained on https://github.com/archlinuxhardened/selinux.
+# If you want to help keep it up to date, please open a Pull Request there.
pkgname=semodule-utils
-pkgver=2.7
+pkgver=2.8
pkgrel=1
pkgdesc="SELinux module tools"
arch=('i686' 'x86_64')
@@ -10,17 +13,15 @@ license=('GPL2')
groups=('selinux')
depends=('libsepol>=2.7')
conflicts=('policycoreutils<2.7')
-source=("https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20170804/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('90c98b3362a43b4da2a51a9176820a56f3e615225e23e3395bc566c4490786ba')
+source=("https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20180524/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('44f59c13070c637440b143ceab4dfe1efb9018b1e47828dd8789def74c1ccadf')
build() {
cd "${pkgname}-${pkgver}"
-
make
}
package() {
cd "${pkgname}-${pkgver}"
-
- make DESTDIR="${pkgdir}" LIBSEPOLA=/usr/lib/libsepol.a install
+ make DESTDIR="${pkgdir}" install
}