summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAaron DeVore2018-01-21 13:25:36 -0800
committerAaron DeVore2018-01-21 13:25:36 -0800
commitb01934e87f30b6f3f9878d489c2fd85176cec031 (patch)
tree9f4c9d7e1a34383e1a56e60f5c96c48b5ff5a90b /PKGBUILD
parent95d16fe6ae5cae4ec9af931e9af4ba80a5094359 (diff)
downloadaur-mwlib.rl.tar.gz
Version bump to 0.14.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad290c206137..d49c98271441 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aaron DeVore <aaron.devore@gmail.com>
# Contributor: Mathieu Clabaut <mathieu.clabaut@gmail.com>
pkgname=mwlib.rl
-pkgver=0.14.3
+pkgver=0.14.5
pkgrel=1
pkgdesc="Converts MediaWiki articles to pdf, odf, and docbook"
arch=('any')
@@ -10,9 +10,9 @@ license=("BSD")
depends=('python2' 'mwlib.ext' 'texvc' 'python2-pygments' 'fribidi' 'ploticus'
'imagemagick' 'ghostscript' 'ocaml' 'mwlib')
makedepends=('mercurial' 'python2-distribute' 'python2-docutils')
-source=("http://pypi.python.org/packages/source/m/$pkgname/$pkgname-$pkgver.zip"
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.zip"
'license.txt')
-md5sums=('26954d7d58ed2f1c00bc9c4c9ee2630b'
+md5sums=('829855896a6bf95083fb6fb5c515840f'
'472b2de7c34ecbd590240179882e36f8')
build() {