aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Woffinden2017-08-06 00:56:48 +0100
committerDaniel Woffinden2017-08-06 00:56:48 +0100
commitbcd73948a4cf645509788e495fcb681de5ccac28 (patch)
tree3a56141425d388bba89169d0ae0c87d3c29c2ea3 /PKGBUILD
parentfeb8250e3075724230e950ba26f8cc19b0805e2b (diff)
downloadaur-fortune-mod-farscape.tar.gz
Fix URL by specifying https, add required dep.
Add extra error-handling code, without which this was totally non-obvious :/
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b662644792a..3c7b74425197 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: d.woffinden
pkgname=fortune-mod-farscape
-pkgver=r2128592
+pkgver=r2221412
pkgrel=1
pkgdesc='Fortune cookies: Farscape (TV series), scraped from https://en.wikiquote.org/wiki/Farscape'
arch=('any')
url='http://github.com/dwoffinden/fortune-mod-farscape'
license=('CCPL:by-sa3.0')
-makedepends=('perl' 'perl-mediawiki-api' 'perl-libwww')
+makedepends=('perl' 'perl-mediawiki-api' 'perl-libwww' 'perl-lwp-protocol-https')
depends=('fortune-mod')
groups=('fortune-mods')
source=('wiki.pl')
-md5sums=('c298998fe5c54870fbc12ce315ef311f')
+md5sums=('3ad9f6b85b5441f271d31a2f4985c519')
pkgver() {
cd "$srcdir"