summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leontiev2017-11-29 07:04:35 +0300
committerAnton Leontiev2017-11-29 07:04:35 +0300
commitdcee5150f50a450e6899eeec55342a1f52c3fde0 (patch)
tree87b3343cd7553a3360d13ca1d6e4e0bcba1c4439
parent1ef0366d3049021499d8b8089c560db8c5285951 (diff)
downloadaur-dcee5150f50a450e6899eeec55342a1f52c3fde0.tar.gz
Update to v0.2.19
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92c155b948f5..823050c2010b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun Mar 5 15:45:21 UTC 2017
pkgbase = djvusmooth
pkgdesc = A graphical editor for DjVu documents
- pkgver = 0.2.18
+ pkgver = 0.2.19
pkgrel = 1
url = http://jwilk.net/software/djvusmooth
arch = any
@@ -10,8 +8,8 @@ pkgbase = djvusmooth
depends = python2-djvulibre
depends = python2-xdg
depends = wxpython
- source = https://github.com/jwilk/djvusmooth/releases/download/0.2.18/djvusmooth-0.2.18.tar.gz
- md5sums = 3f3a36cc175773246e577eebef7e5b8f
+ source = https://github.com/jwilk/djvusmooth/releases/download/0.2.19/djvusmooth-0.2.19.tar.gz
+ md5sums = d592bce9fdcdd8344ed0def9c8e6ee82
pkgname = djvusmooth
diff --git a/PKGBUILD b/PKGBUILD
index 245f32b8ab45..63fa948e0bf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Malkov Fyodor aka krox <iksut@yandex.ru>
pkgname=djvusmooth
-pkgver=0.2.18
+pkgver=0.2.19
pkgrel=1
pkgdesc='A graphical editor for DjVu documents'
arch=('any')
@@ -11,7 +11,7 @@ url='http://jwilk.net/software/djvusmooth'
license=('GPL2')
depends=('python2-djvulibre' 'python2-xdg' 'wxpython')
source=(https://github.com/jwilk/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('3f3a36cc175773246e577eebef7e5b8f')
+md5sums=('d592bce9fdcdd8344ed0def9c8e6ee82')
build() {
cd $pkgname-$pkgver