summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2014-09-16 08:00:41 +0200
committerNicolas Iooss2014-09-16 08:00:41 +0200
commit1eb78fa832fdef9a13330f71a312e15da09c9232 (patch)
treefde98f86b93ef627bc398bd6d73a2b8a95699011
parent87961613fa41bc4c5ea4aacf87b7e412436a26c1 (diff)
downloadaur-1eb78fa832fdef9a13330f71a312e15da09c9232.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 88a0a942870a..cb10c1b88500 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libsemanage
pkgdesc = SELinux binary policy manipulation library
pkgver = 2.3
- pkgrel = 1
+ pkgrel = 2
url = http://userspace.selinuxproject.org
arch = i686
arch = x86_64
@@ -10,10 +10,10 @@ pkgbase = libsemanage
depends = ustr
depends = libselinux>=2.1.0
depends = audit
- provides = selinux-usr-libsemanage=2.3-1
+ provides = selinux-usr-libsemanage=2.3-2
conflicts = selinux-usr-libsemanage
options = !emptydirs
- source = http://userspace.selinuxproject.org/releases/20140506/libsemanage-2.3.tar.gz
+ source = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20140506/libsemanage-2.3.tar.gz
sha256sums = 03e09e35e611c286e446bef92b6023ef2623815996f5a53394bb02e49a312e4b
pkgname = libsemanage
diff --git a/PKGBUILD b/PKGBUILD
index 2b9184d82286..360e2a14fff1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=libsemanage
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=('ustr' 'libselinux>=2.1.0' 'audit')
options=(!emptydirs)
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=('03e09e35e611c286e446bef92b6023ef2623815996f5a53394bb02e49a312e4b')
build() {