[arch-commits] Commit in aide/trunk (PKGBUILD)

Maxim Baz maximbaz at archlinux.org
Sun Dec 2 23:09:50 UTC 2018


    Date: Sunday, December 2, 2018 @ 23:09:49
  Author: maximbaz
Revision: 410815

aide: download sources via https

Modified:
  aide/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-02 23:06:24 UTC (rev 410814)
+++ PKGBUILD	2018-12-02 23:09:49 UTC (rev 410815)
@@ -1,6 +1,6 @@
 # Maintainer: Lukas Jirkovsky <l.jirkovsky at gmail.com>
 # Contributor: Thomas S Hatch <thatch45 at gmail.copm>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us> 
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=aide
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('acl' 'e2fsprogs' 'elfutils' 'mhash' 'pcre')
 backup=('etc/aide.conf')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz{,.asc} \
+source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz{,.asc} \
         aide.conf)
 md5sums=('25c616f67c667acd4088747ae7f6a9a3'
          'SKIP'



More information about the arch-commits mailing list