summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2014-09-16 08:00:41 +0200
committerNicolas Iooss2014-09-16 08:00:41 +0200
commitb03961181359d282d95fd3f099060ea29638b4ee (patch)
tree046ab970fa8fa8c29d43144656b5e49b68a21679
parenteeed5399f86a6977376b2f9d4a3d62892cee3a40 (diff)
downloadaur-b03961181359d282d95fd3f099060ea29638b4ee.tar.gz
Update SELinux userspace tools and library upstream
Upstream moved to github
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5228b3ff83fd..005ec6f0a317 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = libsepol
pkgdesc = SELinux binary policy manipulation library
pkgver = 2.3
- pkgrel = 1
+ pkgrel = 2
url = http://userspace.selinuxproject.org
arch = i686
arch = x86_64
groups = selinux
license = GPL
depends = glibc
- provides = selinux-usr-libsepol=2.3-1
+ provides = selinux-usr-libsepol=2.3-2
conflicts = selinux-usr-libsepol
options = staticlibs
- source = http://userspace.selinuxproject.org/releases/20140506/libsepol-2.3.tar.gz
+ source = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20140506/libsepol-2.3.tar.gz
sha256sums = cc8d8642c3b7b95d6928d65dcbca2ab0627abc1c05166637851e63c1a6eae68f
pkgname = libsepol
diff --git a/PKGBUILD b/PKGBUILD
index 4062828936f6..bd70966abc05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=libsepol
pkgver=2.3
-pkgrel=1
+pkgrel=2
pkgdesc="SELinux binary policy manipulation library"
arch=('i686' 'x86_64')
url='http://userspace.selinuxproject.org'
@@ -15,7 +15,7 @@ depends=('glibc')
options=(staticlibs)
conflicts=("selinux-usr-${pkgname}")
provides=("selinux-usr-${pkgname}=${pkgver}-${pkgrel}")
-source=("http://userspace.selinuxproject.org/releases/20140506/${pkgname}-${pkgver}.tar.gz")
+source=("https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20140506/${pkgname}-${pkgver}.tar.gz")
sha256sums=('cc8d8642c3b7b95d6928d65dcbca2ab0627abc1c05166637851e63c1a6eae68f')
build() {