summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leontiev2015-08-16 08:17:03 +0300
committerAnton Leontiev2015-08-16 08:17:03 +0300
commitef42d95922b8c9a8fa59ebbb40d1602d3a8663cf (patch)
treea6100b8770d7989b2350ab25bdf8cd8745b4e3fa
parent9bfa3aeab48367a5d0de9f669099e758d6fb0234 (diff)
downloadaur-ef42d95922b8c9a8fa59ebbb40d1602d3a8663cf.tar.gz
Updated to v0.2.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d4e9644959b..88fe47ff8050 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = djvusmooth
pkgdesc = A graphical editor for DjVu documents
- pkgver = 0.2.14
+ pkgver = 0.2.15
pkgrel = 1
url = http://jwilk.net/software/djvusmooth
arch = any
@@ -8,8 +8,8 @@ pkgbase = djvusmooth
depends = python-djvulibre
depends = pyxdg
depends = wxpython2.8
- source = http://pypi.python.org/packages/source/d/djvusmooth/djvusmooth-0.2.14.tar.gz
- md5sums = 3c176ddb52069aa83b74b9ea098bda08
+ source = https://pypi.python.org/packages/source/d/djvusmooth/djvusmooth-0.2.15.tar.gz
+ md5sums = a19b92a747734bc542963fba281eca82
pkgname = djvusmooth
diff --git a/PKGBUILD b/PKGBUILD
index e654236e4835..2bc9be98e5a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Contributor: Malkov Fyodor aka krox <iksut@yandex.ru>
pkgname=djvusmooth
-pkgver=0.2.14
+pkgver=0.2.15
pkgrel=1
pkgdesc="A graphical editor for DjVu documents"
arch=('any')
url="http://jwilk.net/software/djvusmooth"
license=('GPL2')
depends=('python-djvulibre' 'pyxdg' 'wxpython2.8')
-source=("http://pypi.python.org/packages/source/d/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('3c176ddb52069aa83b74b9ea098bda08')
+source=("https://pypi.python.org/packages/source/d/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('a19b92a747734bc542963fba281eca82')
build() {
cd $pkgname-$pkgver