diff options
author | Nicolas Iooss | 2014-09-16 08:00:41 +0200 |
---|---|---|
committer | Nicolas Iooss | 2014-09-16 08:00:41 +0200 |
commit | b03961181359d282d95fd3f099060ea29638b4ee (patch) | |
tree | 046ab970fa8fa8c29d43144656b5e49b68a21679 | |
parent | eeed5399f86a6977376b2f9d4a3d62892cee3a40 (diff) | |
download | aur-b03961181359d282d95fd3f099060ea29638b4ee.tar.gz |
Update SELinux userspace tools and library upstream
Upstream moved to github
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,17 +1,17 @@ pkgbase = libsepol pkgdesc = SELinux binary policy manipulation library pkgver = 2.3 - pkgrel = 1 + pkgrel = 2 url = http://userspace.selinuxproject.org arch = i686 arch = x86_64 groups = selinux license = GPL depends = glibc - provides = selinux-usr-libsepol=2.3-1 + provides = selinux-usr-libsepol=2.3-2 conflicts = selinux-usr-libsepol options = staticlibs - source = http://userspace.selinuxproject.org/releases/20140506/libsepol-2.3.tar.gz + source = https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20140506/libsepol-2.3.tar.gz sha256sums = cc8d8642c3b7b95d6928d65dcbca2ab0627abc1c05166637851e63c1a6eae68f pkgname = libsepol @@ -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() { |