summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDmitry Kharitonov2015-08-13 11:14:57 +0500
committerDmitry Kharitonov2015-08-13 11:14:57 +0500
commitce38417a327c09a9795156d780f13163154db93f (patch)
tree11e9b20ffb367e754bbcd5a3512b3f60c1f337c3 /PKGBUILD
parent2547b3f7583101d6b7ffc0af16a635200d8b4f2d (diff)
downloadaur-ce38417a327c09a9795156d780f13163154db93f.tar.gz
Updated to 0.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6690d1fc622..dcd9148fbe84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Malkov Fyodor aka krox <iksut@yandex.ru>
pkgname=python-djvulibre
-pkgver=0.5
+pkgver=0.6
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=('58e4bcd2d2b28411aab4b7793a8926726bdedc047707bcfee24d5b1bc1177399')
+sha256sums=('fb09ef4f748251fbe21cc8f09c98da38fc5da2e6f0fa1333f44e133666209fe7')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"