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
commit5d862ae41f7564e0e0b1415fd3bf3ac512a6352f (patch)
tree870235baabbf5e1d79ba88f93c415383d173657d /PKGBUILD
parent199f97bbf9206b24ba57c99a2687cb497c882446 (diff)
downloadaur-5d862ae41f7564e0e0b1415fd3bf3ac512a6352f.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 cdb1f4e4c03a..0295419a319b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=libselinux
pkgver=2.3
-pkgrel=1
+pkgrel=2
pkgdesc="SELinux library and simple utilities"
arch=('i686' 'x86_64' 'armv6h')
url='http://userspace.selinuxproject.org'
@@ -20,7 +20,7 @@ optdepends=('python2: python2 bindings'
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"
"http://pkgs.fedoraproject.org/cgit/libselinux.git/plain/selinuxdefcon.8"
"http://pkgs.fedoraproject.org/cgit/libselinux.git/plain/selinuxconlist.8"
"libselinux.tmpfiles.d")