Date: Sunday, March 26, 2017 @ 14:18:50 Author: kkeen Revision: 219089
Fix broken sources Modified: lire/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-26 13:55:44 UTC (rev 219088) +++ PKGBUILD 2017-03-26 14:18:50 UTC (rev 219089) @@ -6,7 +6,7 @@ pkgrel=3 pkgdesc="log file analyzer" arch=(any) -url="http://www.logreport.org/" +url="https://web-beta.archive.org/web/20140111112049/http://www.logreport.org" license=('GPL') depends=('perl-dbd-sqlite' 'perl-libintl-perl' 'perl-curses-ui' 'perl-curses' 'perl-xml-parser') makedepends=('postfix') @@ -17,7 +17,7 @@ etc/lire/profile_lean etc/lire/signature) options=(zipman docs) -source=(http://download.logreport.org/pub/lire-$pkgver.tar.gz +source=(https://launchpad.net/ubuntu/+archive/primary/+files/lire_$pkgver.orig.tar.gz pod-fix.patch) md5sums=('075949a72e7d0e7e133dcfe2e04eec59' '2bd98d84fcef0a853f6595e844f151cf')
