summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDmitry Kharitonov2022-07-20 18:58:42 +0500
committerDmitry Kharitonov2022-07-20 18:58:42 +0500
commit362f2a3f33d32d46ba9498722d989c94dbb2e3a4 (patch)
treef79cd027758f34e6c5f81dbaabafe351ea70d44a /PKGBUILD
parent13d533e0650a83f98a8da64a70a2907ce40a07b5 (diff)
downloadaur-python2-djvulibre.tar.gz
0.8.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e4d636fa84a..d2bd648d71fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python2-djvulibre
_pkgname=python-djvulibre
-pkgver=0.8.5
+pkgver=0.8.7
pkgrel=1
pkgdesc="A set of Python2 bindings for the DjVuLibre library"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ license=('GPL2')
depends=('djvulibre' 'python2' 'python2-subprocess32')
makedepends=('cython2')
source=("https://pypi.io/packages/source/p/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('8ec85cbb86fa09c02478f0d58cd69cca3a789e2e786851362ba20879dedd14b0')
+sha256sums=('0a5490560d4b85b3b623a27dae764b42cfb527caed6dbf21e160cdb5e8ca439d')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"