summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbitwave2019-01-15 18:11:17 +0100
committerbitwave2019-01-15 18:11:17 +0100
commit108826d5b6582ebfccc8741b4c9fcce740ac9fc9 (patch)
tree0375db134cd671d6389e669f3a70176191543d84
parent3d6645895769804641327c022548a65a6302414b (diff)
downloadaur-python-mupdf.tar.gz
updated to new version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f70e14b85241..f7c6aa5906fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Tue Jul 31 10:18:09 UTC 2018
+# Tue Jan 15 17:11:06 UTC 2019
pkgbase = python-mupdf
pkgdesc = Python bindings for the PDF rendering library MuPDF
- pkgver = 1.13.15
+ pkgver = 1.14.6
pkgrel = 1
url = https://github.com/rk700/PyMuPDF
arch = any
license = AGPL
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/p/pymupdf/PyMuPDF-1.13.15.tar.gz
- md5sums = 822bdf668992b11551b55ff3f5a72f0b
+ source = https://files.pythonhosted.org/packages/source/p/pymupdf/PyMuPDF-1.14.6.tar.gz
+ md5sums = 1ab8db8668bf9efbaa3f1dfefdea717d
pkgname = python-mupdf
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 631602bbc501..adf6090af092 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase=('python-mupdf')
pkgname=('python-mupdf')
_module='PyMuPDF'
-pkgver='1.13.15'
+pkgver='1.14.6'
pkgrel=1
pkgdesc="Python bindings for the PDF rendering library MuPDF"
url="https://github.com/rk700/PyMuPDF"
@@ -10,7 +10,7 @@ makedepends=('python-setuptools')
license=('AGPL')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/p/pymupdf/PyMuPDF-${pkgver}.tar.gz")
-md5sums=('822bdf668992b11551b55ff3f5a72f0b')
+md5sums=('1ab8db8668bf9efbaa3f1dfefdea717d')
build() {
cd "${srcdir}/${_module}-${pkgver}"