summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDmitry Kharitonov2019-02-14 02:05:52 +0500
committerDmitry Kharitonov2019-02-14 02:05:52 +0500
commitbca2cd12d30b1da454dd839aa6edb12e5b5e957c (patch)
tree79821aea981cd2095212212f2868c28ebff0460d /PKGBUILD
parent79d655a97827c618e1d4254424ee7bae84b233c0 (diff)
downloadaur-bca2cd12d30b1da454dd839aa6edb12e5b5e957c.tar.gz
Updated to 0.8.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ceb355134636..bd2708e03954 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Malkov Fyodor aka krox <iksut@yandex.ru>
pkgname=python-djvulibre
-pkgver=0.8.2
+pkgver=0.8.3
pkgrel=1
pkgdesc="A set of Python bindings for the DjVuLibre library"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ license=('GPL2')
depends=('djvulibre' 'python')
makedepends=('cython')
source=("https://pypi.io/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('7dc75b61483b9509f7e9d8095a4ba7c6ee7ee38df795670c9e92f38758d13adc')
+sha256sums=('54f878969a5eb4e7c9b33b092e2e40545988a409bd2a4e7a99df042281d99af4')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"