summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRuikai Liu2016-06-03 22:38:38 +0800
committerRuikai Liu2016-06-03 22:38:38 +0800
commit4d351a54b92218de2469a71cbc3ee37d45f5f1f6 (patch)
tree2fcf2fefbb9d0a6c237826f030475231bf1a6bad /PKGBUILD
parent1ae386c105fc98b1e2e1adb4c0503f7b79ae4f4d (diff)
downloadaur-4d351a54b92218de2469a71cbc3ee37d45f5f1f6.tar.gz
v1.9.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f909fed5040..e58c6d0747f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Ruikai Liu <lrk700@gmail.com>
pkgname=python2-pymupdf
_pkgname=PyMuPDF
-pkgver=1.8
+pkgver=1.9.1
pkgrel=1
pkgdesc="Python bindings for MuPDF"
arch=('any')
-url="https://pypi.python.org/pypi/PyMuPDF/1.8.0"
+url="https://github.com/rk700/PyMuPDF"
license=('GPL3')
-depends=('python2' 'mupdf')
+depends=('python2' 'libmupdf')
makedepends=('swig')
-source=("https://github.com/rk700/PyMuPDF/archive/v1.8.zip")
-md5sums=("8d096d6deb17c0552345d0d7f4da5d62")
+source=("https://github.com/rk700/PyMuPDF/archive/v1.9.1.zip")
+md5sums=("27b8e869b9ca995ca505ebeba5b4557b")
package() {
cd "$srcdir/$_pkgname-$pkgver"