summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2019-03-12 14:14:59 +0500
committerDmitry Kharitonov2019-03-12 14:14:59 +0500
commitc3a89e509045d36315b5c41ff1c26270135627d5 (patch)
treea085cfce17da24304a405b19c455197b433073d7
parentbca2cd12d30b1da454dd839aa6edb12e5b5e957c (diff)
downloadaur-c3a89e509045d36315b5c41ff1c26270135627d5.tar.gz
0.8.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2eeca2980ef..7a9b7e674ef9 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.3
+ pkgver = 0.8.4
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.3.tar.gz
- sha256sums = 54f878969a5eb4e7c9b33b092e2e40545988a409bd2a4e7a99df042281d99af4
+ source = https://pypi.io/packages/source/p/python-djvulibre/python-djvulibre-0.8.4.tar.gz
+ sha256sums = 6d7c84efa9ad7efc5fa6d94b7a6ca8201326cb95c7e62d6da566acfc115a647d
pkgname = python-djvulibre
diff --git a/PKGBUILD b/PKGBUILD
index bd2708e03954..080faa99f06d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Malkov Fyodor aka krox <iksut@yandex.ru>
pkgname=python-djvulibre
-pkgver=0.8.3
+pkgver=0.8.4
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=('54f878969a5eb4e7c9b33b092e2e40545988a409bd2a4e7a99df042281d99af4')
+sha256sums=('6d7c84efa9ad7efc5fa6d94b7a6ca8201326cb95c7e62d6da566acfc115a647d')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"