summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2018-09-18 20:43:32 +0500
committerDmitry Kharitonov2018-09-18 20:43:32 +0500
commit79d655a97827c618e1d4254424ee7bae84b233c0 (patch)
treee529e6918e22e60ba13ca57ce6c946460bef0b5f
parent124c8371827f7c8c9d07520c78cceb61c520820b (diff)
downloadaur-79d655a97827c618e1d4254424ee7bae84b233c0.tar.gz
Updated to 0.8.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7618d4d40407..98d56059c0b0 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.1
+ pkgver = 0.8.2
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.1.tar.gz
- sha256sums = 7f6f875d09cd2bae98c6d59bd6934cf53737c9d46f325e7816afedc5fe518029
+ source = https://pypi.io/packages/source/p/python-djvulibre/python-djvulibre-0.8.2.tar.gz
+ sha256sums = 7dc75b61483b9509f7e9d8095a4ba7c6ee7ee38df795670c9e92f38758d13adc
pkgname = python-djvulibre
diff --git a/PKGBUILD b/PKGBUILD
index 00fb7363dfb0..ceb355134636 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Malkov Fyodor aka krox <iksut@yandex.ru>
pkgname=python-djvulibre
-pkgver=0.8.1
+pkgver=0.8.2
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=('7f6f875d09cd2bae98c6d59bd6934cf53737c9d46f325e7816afedc5fe518029')
+sha256sums=('7dc75b61483b9509f7e9d8095a4ba7c6ee7ee38df795670c9e92f38758d13adc')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"