summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7c4faa2e4c3..04cfacbdcc8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libselinux
pkgdesc = SELinux library and simple utilities
pkgver = 3.6
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/SELinuxProject/selinux
arch = i686
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = libselinux
depends = pcre2
optdepends = python: python bindings
optdepends = ruby: ruby bindings
- provides = selinux-usr-libselinux=3.6-3
+ provides = selinux-usr-libselinux=3.6-4
conflicts = selinux-usr-libselinux
source = https://github.com/SELinuxProject/selinux/releases/download/3.6/libselinux-3.6.tar.gz
source = https://github.com/SELinuxProject/selinux/releases/download/3.6/libselinux-3.6.tar.gz.asc
@@ -32,5 +32,5 @@ pkgbase = libselinux
sha256sums = afe23890fb2e12e6756e5d81bad3c3da33f38a95d072731c0422fbeb0b1fa1fc
pkgname = libselinux
- provides = selinux-usr-libselinux=3.6-3
+ provides = selinux-usr-libselinux=3.6-4
provides = libselinux.so
diff --git a/PKGBUILD b/PKGBUILD
index 7cb8d49b0eae..408394041a7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=libselinux
pkgver=3.6
-pkgrel=3
+pkgrel=4
pkgdesc="SELinux library and simple utilities"
arch=('i686' 'x86_64' 'armv6h' 'aarch64')
url='https://github.com/SELinuxProject/selinux'