summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"