Date: Thursday, May 17, 2018 @ 00:18:34 Author: seblu Revision: 324402
https://www.archlinux.org/todo/use-gpg-signatures-and-https-sources/ Modified: nfacct/trunk/PKGBUILD ----------+ PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-17 00:17:47 UTC (rev 324401) +++ PKGBUILD 2018-05-17 00:18:34 UTC (rev 324402) @@ -11,8 +11,7 @@ license=('GPL2') depends=('libnetfilter_acct') validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team -# 2016-11-03: https sources download is broken with curl -source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"{,.sig}) +source=("https://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"{,.sig}) md5sums=('94faafdaaed85ca9220c5692be8a408e' 'SKIP')
