summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f647e9111ca9..dc6849cc8a9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libselinux
pkgdesc = SELinux library and simple utilities
pkgver = 3.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/SELinuxProject/selinux
arch = i686
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = libselinux
depends = pcre
optdepends = python: python bindings
optdepends = ruby: ruby bindings
- provides = selinux-usr-libselinux=3.1-1
+ provides = selinux-usr-libselinux=3.1-2
conflicts = selinux-usr-libselinux
source = https://github.com/SELinuxProject/selinux/releases/download/20200710/libselinux-3.1.tar.gz
source = libselinux.tmpfiles.d
diff --git a/PKGBUILD b/PKGBUILD
index 347957a93dd3..4abaff06b348 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=libselinux
pkgver=3.1
-pkgrel=1
+pkgrel=2
pkgdesc="SELinux library and simple utilities"
arch=('i686' 'x86_64' 'armv6h')
url='https://github.com/SELinuxProject/selinux'