summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76aac929dff5..59e1023e0666 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libselinux
pkgdesc = SELinux library and simple utilities
- pkgver = 3.2
+ pkgver = 3.3
pkgrel = 1
url = https://github.com/SELinuxProject/selinux
arch = i686
@@ -14,15 +14,15 @@ pkgbase = libselinux
makedepends = ruby
makedepends = xz
makedepends = swig
- depends = libsepol>=3.2
+ depends = libsepol>=3.3
depends = pcre
optdepends = python: python bindings
optdepends = ruby: ruby bindings
- provides = selinux-usr-libselinux=3.2-1
+ provides = selinux-usr-libselinux=3.3-1
conflicts = selinux-usr-libselinux
- source = https://github.com/SELinuxProject/selinux/releases/download/3.2/libselinux-3.2.tar.gz
+ source = https://github.com/SELinuxProject/selinux/releases/download/3.3/libselinux-3.3.tar.gz
source = libselinux.tmpfiles.d
- sha256sums = df758ef1d9d4811051dd901ea6b029ae334ffd7c671c128beb16bce1e25ac161
+ sha256sums = acfdee27633d2496508c28727c3d41d3748076f66d42fccde2e6b9f3463a7057
sha256sums = afe23890fb2e12e6756e5d81bad3c3da33f38a95d072731c0422fbeb0b1fa1fc
pkgname = libselinux
diff --git a/PKGBUILD b/PKGBUILD
index 12e1d480a497..19f0e695a6d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=libselinux
-pkgver=3.2
+pkgver=3.3
pkgrel=1
pkgdesc="SELinux library and simple utilities"
arch=('i686' 'x86_64' 'armv6h' 'aarch64')
@@ -16,14 +16,14 @@ url='https://github.com/SELinuxProject/selinux'
license=('custom')
groups=('selinux')
makedepends=('pkgconf' 'python' 'ruby' 'xz' 'swig')
-depends=('libsepol>=3.2' 'pcre')
+depends=('libsepol>=3.3' 'pcre')
optdepends=('python: python bindings'
'ruby: ruby bindings')
conflicts=("selinux-usr-${pkgname}")
provides=("selinux-usr-${pkgname}=${pkgver}-${pkgrel}")
source=("https://github.com/SELinuxProject/selinux/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"
"libselinux.tmpfiles.d")
-sha256sums=('df758ef1d9d4811051dd901ea6b029ae334ffd7c671c128beb16bce1e25ac161'
+sha256sums=('acfdee27633d2496508c28727c3d41d3748076f66d42fccde2e6b9f3463a7057'
'afe23890fb2e12e6756e5d81bad3c3da33f38a95d072731c0422fbeb0b1fa1fc')
build() {