summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDmitry Kharitonov2015-08-08 01:24:32 +0500
committerDmitry Kharitonov2015-08-08 01:24:32 +0500
commit2547b3f7583101d6b7ffc0af16a635200d8b4f2d (patch)
tree48f652faaf5371511909062ae0d65908e018842a /PKGBUILD
parentfc5cc481fb99b9c796ddcba068236972326b359f (diff)
downloadaur-2547b3f7583101d6b7ffc0af16a635200d8b4f2d.tar.gz
Updated to 0.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c8be9774f4f..f6690d1fc622 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Malkov Fyodor aka krox <iksut@yandex.ru>
pkgname=python-djvulibre
-pkgver=0.3.10
+pkgver=0.5
pkgrel=1
pkgdesc="A set of Python bindings for the DjVuLibre library"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ license=('GPL2')
depends=('djvulibre' 'python2')
makedepends=('cython2')
source=("http://pypi.python.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('42dd12a71ca44dc1325f6ef5a8e5c223d01aef1bd2f4c76c9d7c499b825d0f7a')
+sha256sums=('58e4bcd2d2b28411aab4b7793a8926726bdedc047707bcfee24d5b1bc1177399')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"