summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leontiev2019-04-30 22:32:00 +0300
committerAnton Leontiev2019-04-30 22:32:00 +0300
commitfc5def06fef45349eaac87b69d8a5c60fd5aafcb (patch)
tree5565eae0b2b5209afea00e10264f1854baed2b7f
parentdcee5150f50a450e6899eeec55342a1f52c3fde0 (diff)
downloadaur-fc5def06fef45349eaac87b69d8a5c60fd5aafcb.tar.gz
Update to v0.3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 823050c2010b..5bc46df310db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = djvusmooth
pkgdesc = A graphical editor for DjVu documents
- pkgver = 0.2.19
+ pkgver = 0.3
pkgrel = 1
url = http://jwilk.net/software/djvusmooth
arch = any
license = GPL2
depends = python2-djvulibre
+ depends = python2-subprocess32
depends = python2-xdg
depends = wxpython
- source = https://github.com/jwilk/djvusmooth/releases/download/0.2.19/djvusmooth-0.2.19.tar.gz
- md5sums = d592bce9fdcdd8344ed0def9c8e6ee82
+ source = https://github.com/jwilk/djvusmooth/releases/download/0.3/djvusmooth-0.3.tar.gz
+ md5sums = efb65f32eabd9c69c5a0a469d0547d04
pkgname = djvusmooth
diff --git a/PKGBUILD b/PKGBUILD
index 63fa948e0bf6..db097af995c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Contributor: Malkov Fyodor aka krox <iksut@yandex.ru>
pkgname=djvusmooth
-pkgver=0.2.19
+pkgver=0.3
pkgrel=1
pkgdesc='A graphical editor for DjVu documents'
arch=('any')
url='http://jwilk.net/software/djvusmooth'
license=('GPL2')
-depends=('python2-djvulibre' 'python2-xdg' 'wxpython')
+depends=('python2-djvulibre' 'python2-subprocess32' 'python2-xdg' 'wxpython')
source=(https://github.com/jwilk/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('d592bce9fdcdd8344ed0def9c8e6ee82')
+md5sums=('efb65f32eabd9c69c5a0a469d0547d04')
build() {
cd $pkgname-$pkgver