summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2019-12-08 21:11:48 +0100
committerNicolas Iooss2019-12-08 21:11:48 +0100
commit2ebd83d5201f5d0f12fc7ea39ebb08b3d6512716 (patch)
treef30a66f7479d0908bba2024acfda4a8642197d37
parentbe614b5bedfd8f751b9715898db89e85ffd00db9 (diff)
downloadaur-2ebd83d5201f5d0f12fc7ea39ebb08b3d6512716.tar.gz
libsepol 3.0-1 update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d85619abc478..1a4fb93b81d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libsepol
pkgdesc = SELinux binary policy manipulation library
- pkgver = 2.9
+ pkgver = 3.0
pkgrel = 1
url = http://userspace.selinuxproject.org
arch = i686
@@ -10,11 +10,11 @@ pkgbase = libsepol
license = LGPL2.1
makedepends = flex
depends = glibc
- provides = selinux-usr-libsepol=2.9-1
+ provides = selinux-usr-libsepol=3.0-1
conflicts = selinux-usr-libsepol
options = staticlibs
- source = https://github.com/SELinuxProject/selinux/releases/download/20190315/libsepol-2.9.tar.gz
- sha256sums = a34b12b038d121e3e459b1cbaca3c9202e983137819c16baf63658390e3f1d5d
+ source = https://github.com/SELinuxProject/selinux/releases/download/20191204/libsepol-3.0.tar.gz
+ sha256sums = 5b7ae1881909f1048b06f7a0c364c5c8a86ec12e0ec76e740fe9595a6033eb79
pkgname = libsepol
diff --git a/PKGBUILD b/PKGBUILD
index 2d0a086a5ad8..44d55d2dbfd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# If you want to help keep it up to date, please open a Pull Request there.
pkgname=libsepol
-pkgver=2.9
+pkgver=3.0
pkgrel=1
pkgdesc="SELinux binary policy manipulation library"
arch=('i686' 'x86_64' 'armv6h')
@@ -19,8 +19,8 @@ depends=('glibc')
options=(staticlibs)
conflicts=("selinux-usr-${pkgname}")
provides=("selinux-usr-${pkgname}=${pkgver}-${pkgrel}")
-source=("https://github.com/SELinuxProject/selinux/releases/download/20190315/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('a34b12b038d121e3e459b1cbaca3c9202e983137819c16baf63658390e3f1d5d')
+source=("https://github.com/SELinuxProject/selinux/releases/download/20191204/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('5b7ae1881909f1048b06f7a0c364c5c8a86ec12e0ec76e740fe9595a6033eb79')
build() {
cd "${pkgname}-${pkgver}"