summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2016-03-15 20:37:06 +0500
committerDmitry Kharitonov2016-03-15 20:37:06 +0500
commita8703af92551a92acf4211d831fbeda9be3e85be (patch)
tree23e6a7c4b008e8a67d68b11dea67dfa6615cdde9
parent9a4871fd715c4e35341b3acbaae26f636b470c18 (diff)
downloadaur-a8703af92551a92acf4211d831fbeda9be3e85be.tar.gz
Updated to 0.7.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 237dc35e725f..c34686d0f98e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Tue Mar 15 15:36:59 UTC 2016
pkgbase = python-djvulibre
pkgdesc = A set of Python bindings for the DjVuLibre library
- pkgver = 0.7
+ pkgver = 0.7.1
pkgrel = 1
url = http://jwilk.net/software/python-djvulibre
arch = i686
@@ -9,8 +11,8 @@ pkgbase = python-djvulibre
makedepends = cython2
depends = djvulibre
depends = python2
- source = http://pypi.python.org/packages/source/p/python-djvulibre/python-djvulibre-0.7.tar.gz
- sha256sums = ab78065b71102f94539150d5e42120eff6279db452cf1329d2b7f8103e1f0de7
+ source = http://pypi.python.org/packages/source/p/python-djvulibre/python-djvulibre-0.7.1.tar.gz
+ sha256sums = 1ca068bb8d7730ceeac8f7e19958b13d2288eabba00b83239b43861390676e77
pkgname = python-djvulibre
diff --git a/PKGBUILD b/PKGBUILD
index a495f2936520..60bf65d3b10c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Malkov Fyodor aka krox <iksut@yandex.ru>
pkgname=python-djvulibre
-pkgver=0.7
+pkgver=0.7.1
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=('ab78065b71102f94539150d5e42120eff6279db452cf1329d2b7f8103e1f0de7')
+sha256sums=('1ca068bb8d7730ceeac8f7e19958b13d2288eabba00b83239b43861390676e77')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"