summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2016-02-27 12:50:46 +0100
committerNicolas Iooss2016-02-27 12:50:46 +0100
commitc5d4a9a840d587678e42ad18ce5b1c9e2bc80514 (patch)
treecb56588498b2a5bb44a5f0f61bed8c402d58ff4e
parent280f9eae67bb0706c65a597ed5645fc8d9eda30b (diff)
downloadaur-c5d4a9a840d587678e42ad18ce5b1c9e2bc80514.tar.gz
libselinux 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 b6bb959216d7..d1aa91e4eabc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by makepkg 5.0.0
+# Sat Feb 27 11:50:45 UTC 2016
pkgbase = libselinux
pkgdesc = SELinux library and simple utilities
- pkgver = 2.4
+ pkgver = 2.5
pkgrel = 1
url = http://userspace.selinuxproject.org
arch = i686
@@ -18,12 +20,12 @@ pkgbase = libselinux
optdepends = python2: python2 bindings
optdepends = python: python bindings
optdepends = ruby: ruby bindings
- provides = selinux-usr-libselinux=2.4-1
+ provides = selinux-usr-libselinux=2.5-1
conflicts = selinux-usr-libselinux
options = !emptydirs
- source = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20150202/libselinux-2.4.tar.gz
+ source = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20160223/libselinux-2.5.tar.gz
source = libselinux.tmpfiles.d
- sha256sums = 46043091f4c5ba4f43e8d3715f30d665a2d571c9126c1f03945c9ea4ed380f7b
+ sha256sums = 94c9e97706280bedcc288f784f67f2b9d3d6136c192b2c9f812115edba58514f
sha256sums = afe23890fb2e12e6756e5d81bad3c3da33f38a95d072731c0422fbeb0b1fa1fc
pkgname = libselinux
diff --git a/PKGBUILD b/PKGBUILD
index 8ed5f473fc5c..95eb4457b9b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Zezadas
pkgname=libselinux
-pkgver=2.4
+pkgver=2.5
pkgrel=1
pkgdesc="SELinux library and simple utilities"
arch=('i686' 'x86_64' 'armv6h')
@@ -20,9 +20,9 @@ optdepends=('python2: python2 bindings'
conflicts=("selinux-usr-${pkgname}")
provides=("selinux-usr-${pkgname}=${pkgver}-${pkgrel}")
options=(!emptydirs)
-source=("https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20150202/${pkgname}-${pkgver}.tar.gz"
+source=("https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20160223/${pkgname}-${pkgver}.tar.gz"
"libselinux.tmpfiles.d")
-sha256sums=('46043091f4c5ba4f43e8d3715f30d665a2d571c9126c1f03945c9ea4ed380f7b'
+sha256sums=('94c9e97706280bedcc288f784f67f2b9d3d6136c192b2c9f812115edba58514f'
'afe23890fb2e12e6756e5d81bad3c3da33f38a95d072731c0422fbeb0b1fa1fc')
prepare() {