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
commit332c152b48cd106e9e743bbd6da325c56cbcb874 (patch)
tree375ed5b3d1c38463b5039a94077a269fc2264a49 /PKGBUILD
parentfca238e0bb0b48bba45f331beec4dea0ec35e181 (diff)
downloadaur-332c152b48cd106e9e743bbd6da325c56cbcb874.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 9f034a452771..8a108e5c421a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=checkpolicy
pkgver=2.3
-pkgrel=1
+pkgrel=2
pkgdesc="SELinux policy compiler"
arch=('i686' 'x86_64')
url='http://userspace.selinuxproject.org'
@@ -16,7 +16,7 @@ depends=('libsepol' 'libselinux')
conflicts=("selinux-usr-${pkgname}")
provides=("selinux-usr-${pkgname}=${pkgver}-${pkgrel}")
options=(!emptydirs)
-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=('90632d11afecb66997971d4c5c5d70dfb02d3969ec610ee2918ba6df99c8207b')
build() {