summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60bf65d3b10c..c9839fdb0ff9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Malkov Fyodor aka krox <iksut@yandex.ru>
pkgname=python-djvulibre
-pkgver=0.7.1
+pkgver=0.7.2
pkgrel=1
pkgdesc="A set of Python bindings for the DjVuLibre library"
arch=('i686' 'x86_64')
@@ -12,8 +12,9 @@ url="http://jwilk.net/software/python-djvulibre"
license=('GPL2')
depends=('djvulibre' 'python2')
makedepends=('cython2')
-source=("http://pypi.python.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('1ca068bb8d7730ceeac8f7e19958b13d2288eabba00b83239b43861390676e77')
+source=("https://pypi.io/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+# https://files.pythonhosted.org/packages/source/p/python-djvulibre/python-djvulibre-0.7.2.tar.gz
+sha256sums=('4a2451ad965492fb4328fcfe4e79ad07ca2d8482776d34cf0f8adcb24195dc74')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"