summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2019-02-14 02:05:52 +0500
committerDmitry Kharitonov2019-02-14 02:05:52 +0500
commitbca2cd12d30b1da454dd839aa6edb12e5b5e957c (patch)
tree79821aea981cd2095212212f2868c28ebff0460d
parent79d655a97827c618e1d4254424ee7bae84b233c0 (diff)
downloadaur-bca2cd12d30b1da454dd839aa6edb12e5b5e957c.tar.gz
Updated to 0.8.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98d56059c0b0..e2eeca2980ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-djvulibre
pkgdesc = A set of Python bindings for the DjVuLibre library
- pkgver = 0.8.2
+ pkgver = 0.8.3
pkgrel = 1
url = http://jwilk.net/software/python-djvulibre
arch = i686
@@ -9,8 +9,8 @@ pkgbase = python-djvulibre
makedepends = cython
depends = djvulibre
depends = python
- source = https://pypi.io/packages/source/p/python-djvulibre/python-djvulibre-0.8.2.tar.gz
- sha256sums = 7dc75b61483b9509f7e9d8095a4ba7c6ee7ee38df795670c9e92f38758d13adc
+ source = https://pypi.io/packages/source/p/python-djvulibre/python-djvulibre-0.8.3.tar.gz
+ sha256sums = 54f878969a5eb4e7c9b33b092e2e40545988a409bd2a4e7a99df042281d99af4
pkgname = python-djvulibre
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}"