summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Iooss2014-09-16 08:00:41 +0200
committerNicolas Iooss2014-09-16 08:00:41 +0200
commitb03961181359d282d95fd3f099060ea29638b4ee (patch)
tree046ab970fa8fa8c29d43144656b5e49b68a21679 /PKGBUILD
parenteeed5399f86a6977376b2f9d4a3d62892cee3a40 (diff)
downloadaur-b03961181359d282d95fd3f099060ea29638b4ee.tar.gz
Update SELinux userspace tools and library upstream
Upstream moved to github
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {