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 a0185c3cf918..48dca6853563 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = aide-selinux
pkgdesc = A file integrity checker and intrusion detection program.
pkgver = 0.16.1
pkgrel = 1
- url = http://aide.sourceforge.net/
+ url = http://aide.github.io/
arch = i686
arch = x86_64
groups = selinux
@@ -15,8 +15,8 @@ pkgbase = aide-selinux
provides = aide
conflicts = aide
backup = etc/aide.conf
- source = http://downloads.sourceforge.net/sourceforge/aide/aide-0.16.1.tar.gz
- source = http://downloads.sourceforge.net/sourceforge/aide/aide-0.16.1.tar.gz.asc
+ source = https://github.com/aide/aide/releases/download/v0.16.1/aide-0.16.1.tar.gz
+ source = https://github.com/aide/aide/releases/download/v0.16.1/aide-0.16.1.tar.gz.asc
source = aide.conf
validpgpkeys = 2BBBD30FAAB29B3253BCFBA6F6947DAB68E7B931
md5sums = 1bb877023500451cbad76c8ab1f3ec55
diff --git a/PKGBUILD b/PKGBUILD
index 71ebaacfd6fa..537cdb30292e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,14 +10,14 @@ pkgver=0.16.1
pkgrel=1
pkgdesc='A file integrity checker and intrusion detection program.'
arch=('i686' 'x86_64')
-url="http://aide.sourceforge.net/"
+url="http://aide.github.io/"
license=('GPL')
groups=('selinux')
depends=('acl' 'audit' 'libelf' 'libselinux' 'mhash')
conflicts=('aide')
provides=('aide')
backup=('etc/aide.conf')
-source=(http://downloads.sourceforge.net/sourceforge/$_srcname/$_srcname-$pkgver.tar.gz{,.asc} \
+source=(https://github.com/$_srcname/$_srcname/releases/download/v$pkgver/$_srcname-$pkgver.tar.gz{,.asc} \
aide.conf)
md5sums=('1bb877023500451cbad76c8ab1f3ec55'
'SKIP'