summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2016-02-27 12:50:47 +0100
committerNicolas Iooss2016-02-27 12:50:47 +0100
commit3c5e34f73af31b192f8827e427543a2ce138cf4e (patch)
treec8c247976213d2d5811711ad4f88592f72bf7faa
parentcb3e38e35df95c44735c27ee00e82e8a8250d1f8 (diff)
downloadaur-3c5e34f73af31b192f8827e427543a2ce138cf4e.tar.gz
libsepol 2.5-1 update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2dfa4705e8c..d5f990080cca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by makepkg 5.0.0
+# Sat Feb 27 11:50:47 UTC 2016
pkgbase = libsepol
pkgdesc = SELinux binary policy manipulation library
- pkgver = 2.4
+ pkgver = 2.5
pkgrel = 1
url = http://userspace.selinuxproject.org
arch = i686
@@ -10,11 +12,11 @@ pkgbase = libsepol
license = GPL
makedepends = flex
depends = glibc
- provides = selinux-usr-libsepol=2.4-1
+ provides = selinux-usr-libsepol=2.5-1
conflicts = selinux-usr-libsepol
options = staticlibs
- source = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20150202/libsepol-2.4.tar.gz
- sha256sums = 299015d59932404c6b69d365fdecffe5c0e2f9c44e08b47286a4bfc02ee49659
+ source = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20160223/libsepol-2.5.tar.gz
+ sha256sums = 2bdeec56d0a08b082b93b40703b4b3329cc5562152f7254d8f6ef6b56afe850a
pkgname = libsepol
diff --git a/PKGBUILD b/PKGBUILD
index 28527760a40d..ad66c58c59b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Sergej Pupykin (pupykin <dot> s+arch <at> gmail <dot> com)
pkgname=libsepol
-pkgver=2.4
+pkgver=2.5
pkgrel=1
pkgdesc="SELinux binary policy manipulation library"
arch=('i686' 'x86_64' 'armv6h')
@@ -16,8 +16,8 @@ depends=('glibc')
options=(staticlibs)
conflicts=("selinux-usr-${pkgname}")
provides=("selinux-usr-${pkgname}=${pkgver}-${pkgrel}")
-source=("https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20150202/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('299015d59932404c6b69d365fdecffe5c0e2f9c44e08b47286a4bfc02ee49659')
+source=("https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20160223/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('2bdeec56d0a08b082b93b40703b4b3329cc5562152f7254d8f6ef6b56afe850a')
build() {
cd "${pkgname}-${pkgver}"