summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuikai Liu2019-03-02 19:59:48 +0800
committerRuikai Liu2019-03-02 19:59:48 +0800
commitae25f9d3418f552d3d56661357d117201bcae888 (patch)
tree256b61fb9972d5948955086f905c49ba4af0081d
parent1b29a15e8ae77a60c41f18be8f24ec683e9aac55 (diff)
downloadaur-ae25f9d3418f552d3d56661357d117201bcae888.tar.gz
update url
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD8
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41f67b044a46..af0ef2afac8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = python2-pymupdf
pkgdesc = Python bindings for MuPDF
- pkgver = 1.14.5
+ pkgver = 1.14.8
pkgrel = 1
- url = https://github.com/rk700/PyMuPDF
+ url = https://github.com/pymupdf/PyMuPDF
arch = x86_64
license = AGPL3
makedepends = python2-pip
makedepends = python-pip
depends = python2>=2.7
depends = python2<2.8
- noextract = PyMuPDF-1.14.5-cp27-cp27mu-manylinux1_x86_64.whl
- noextract = PyMuPDF-1.14.5-cp37-cp37m-manylinux1_x86_64.whl
- source = https://github.com/rk700/PyMuPDF/releases/download/1.14.5/PyMuPDF-1.14.5-cp27-cp27mu-manylinux1_x86_64.whl
- source = https://github.com/rk700/PyMuPDF/releases/download/1.14.5/PyMuPDF-1.14.5-cp37-cp37m-manylinux1_x86_64.whl
- sha256sums = 539b623374e7157734b7c8f7ce90dd0bbcb0d5040473e6844f7b2d9ddb0fc6f2
- sha256sums = 4917623d7153ca82875b0f5b75957eaf38fa9ff2846312c63d936c9f57dec671
+ noextract = PyMuPDF-1.14.8-cp27-cp27mu-manylinux1_x86_64.whl
+ noextract = PyMuPDF-1.14.8-cp37-cp37m-manylinux1_x86_64.whl
+ source = https://github.com/rk700/PyMuPDF/releases/download/1.14.8/PyMuPDF-1.14.8-cp27-cp27mu-manylinux1_x86_64.whl
+ source = https://github.com/rk700/PyMuPDF/releases/download/1.14.8/PyMuPDF-1.14.8-cp37-cp37m-manylinux1_x86_64.whl
+ sha256sums = 193353a7451c2a453732234bc1cc1e658ee6fd0cf303a85353a0e8381bbdd3a6
+ sha256sums = a49798b58cce00e09b8a4431a5f64a400b11a0959f29507187c471208ce040a5
pkgname = python2-pymupdf
diff --git a/PKGBUILD b/PKGBUILD
index 1b9963863006..52e3a1d98d1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
_pkgname=PyMuPDF
pkgname=('python2-pymupdf' 'python-pymupdf')
-pkgver=1.14.5
+pkgver=1.14.8
pkgrel=1
pkgdesc='Python bindings for MuPDF'
arch=('x86_64')
-url='https://github.com/rk700/PyMuPDF'
+url='https://github.com/pymupdf/PyMuPDF'
license=('AGPL3')
depends=('python2>=2.7' 'python2<2.8')
makedepends=('python2-pip' 'python-pip')
@@ -16,8 +16,8 @@ source=("${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}-cp27-cp27mu-ma
"${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}-cp37-cp37m-manylinux1_x86_64.whl")
noextract=("${_pkgname}-${pkgver}-cp27-cp27mu-manylinux1_x86_64.whl"
"${_pkgname}-${pkgver}-cp37-cp37m-manylinux1_x86_64.whl")
-sha256sums=('539b623374e7157734b7c8f7ce90dd0bbcb0d5040473e6844f7b2d9ddb0fc6f2'
-'4917623d7153ca82875b0f5b75957eaf38fa9ff2846312c63d936c9f57dec671')
+sha256sums=('193353a7451c2a453732234bc1cc1e658ee6fd0cf303a85353a0e8381bbdd3a6'
+'a49798b58cce00e09b8a4431a5f64a400b11a0959f29507187c471208ce040a5')
package_python2-pymupdf() {
cd "${srcdir}"