summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c0bf67793c9..72fd1a7c2252 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = checkpolicy
pkgdesc = SELinux policy compiler
pkgver = 2.3
- pkgrel = 1
+ pkgrel = 2
url = http://userspace.selinuxproject.org
arch = i686
arch = x86_64
@@ -9,10 +9,10 @@ pkgbase = checkpolicy
license = GPL
depends = libsepol
depends = libselinux
- provides = selinux-usr-checkpolicy=2.3-1
+ provides = selinux-usr-checkpolicy=2.3-2
conflicts = selinux-usr-checkpolicy
options = !emptydirs
- source = http://userspace.selinuxproject.org/releases/20140506/checkpolicy-2.3.tar.gz
+ source = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20140506/checkpolicy-2.3.tar.gz
sha256sums = 90632d11afecb66997971d4c5c5d70dfb02d3969ec610ee2918ba6df99c8207b
pkgname = checkpolicy
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() {