summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2014-05-22 22:29:35 +0200
committerNicolas Iooss2014-05-22 23:21:54 +0200
commiteeed5399f86a6977376b2f9d4a3d62892cee3a40 (patch)
treec5494acd9ea1b5b46c33dada1a16f34cbb51a759
parent88c94620cc5047545b7f0b7aad9e8d637c39cb59 (diff)
downloadaur-eeed5399f86a6977376b2f9d4a3d62892cee3a40.tar.gz
libsepol 2.3-1 update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d8515672207..5228b3ff83fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = libsepol
pkgdesc = SELinux binary policy manipulation library
- pkgver = 2.2
- pkgrel = 2
+ pkgver = 2.3
+ pkgrel = 1
url = http://userspace.selinuxproject.org
arch = i686
arch = x86_64
groups = selinux
license = GPL
depends = glibc
- provides = selinux-usr-libsepol=2.2-2
+ provides = selinux-usr-libsepol=2.3-1
conflicts = selinux-usr-libsepol
options = staticlibs
- source = http://userspace.selinuxproject.org/releases/20131030/libsepol-2.2.tar.gz
- sha256sums = 77a4b27006295805bdbd7f240038cb32a49be1d60847d413899501702933fc0f
+ source = http://userspace.selinuxproject.org/releases/20140506/libsepol-2.3.tar.gz
+ sha256sums = cc8d8642c3b7b95d6928d65dcbca2ab0627abc1c05166637851e63c1a6eae68f
pkgname = libsepol
diff --git a/PKGBUILD b/PKGBUILD
index cab1925ff345..4062828936f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Timothée Ravier <tim@siosm.fr>
# Contributor: Nicky726 (Nicky726 <at> gmail <dot> com)
# Contributor: Sergej Pupykin (pupykin <dot> s+arch <at> gmail <dot> com)
+# Contributor: Nicolas Iooss (nicolas <dot> iooss <at> m4x <dot> org)
pkgname=libsepol
-pkgver=2.2
-pkgrel=2
+pkgver=2.3
+pkgrel=1
pkgdesc="SELinux binary policy manipulation library"
arch=('i686' 'x86_64')
url='http://userspace.selinuxproject.org'
@@ -14,11 +15,11 @@ depends=('glibc')
options=(staticlibs)
conflicts=("selinux-usr-${pkgname}")
provides=("selinux-usr-${pkgname}=${pkgver}-${pkgrel}")
-source=("http://userspace.selinuxproject.org/releases/20131030/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('77a4b27006295805bdbd7f240038cb32a49be1d60847d413899501702933fc0f')
+source=("http://userspace.selinuxproject.org/releases/20140506/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('cc8d8642c3b7b95d6928d65dcbca2ab0627abc1c05166637851e63c1a6eae68f')
build() {
- cd ${pkgname}-${pkgver}
+ cd "${pkgname}-${pkgver}"
make
}