summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron DeVore2018-01-21 13:25:36 -0800
committerAaron DeVore2018-01-21 13:25:36 -0800
commitb01934e87f30b6f3f9878d489c2fd85176cec031 (patch)
tree9f4c9d7e1a34383e1a56e60f5c96c48b5ff5a90b
parent95d16fe6ae5cae4ec9af931e9af4ba80a5094359 (diff)
downloadaur-b01934e87f30b6f3f9878d489c2fd85176cec031.tar.gz
Version bump to 0.14.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68ac9b6310a2..cdaf98ac4b6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Jan 21 21:25:34 UTC 2018
pkgbase = mwlib.rl
pkgdesc = Converts MediaWiki articles to pdf, odf, and docbook
- pkgver = 0.14.3
+ pkgver = 0.14.5
pkgrel = 1
url = http://code.pediapress.com/wiki/wiki
arch = any
@@ -18,9 +20,9 @@ pkgbase = mwlib.rl
depends = ghostscript
depends = ocaml
depends = mwlib
- source = http://pypi.python.org/packages/source/m/mwlib.rl/mwlib.rl-0.14.3.zip
+ source = https://files.pythonhosted.org/packages/source/m/mwlib.rl/mwlib.rl-0.14.5.zip
source = license.txt
- md5sums = 26954d7d58ed2f1c00bc9c4c9ee2630b
+ md5sums = 829855896a6bf95083fb6fb5c515840f
md5sums = 472b2de7c34ecbd590240179882e36f8
pkgname = mwlib.rl
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() {