summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leontiev2022-06-20 22:01:34 +0300
committerAnton Leontiev2022-06-20 22:01:34 +0300
commit4670b83a09f1cfe5d46e6d8937feed8231e31c7e (patch)
tree54435cdb6a456795d78cad984be493fe7cbf7a42
parent5fb4fc68e41bba6388d9dcbe4641a839cbc3616c (diff)
downloadaur-djvusmooth.tar.gz
djvusmooth: Update dependency to python2-pyxdg
MarsSeed recreated python2-pyxdg package with proper provides and conflicts fields.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f4a19888c5a..e0d03b160db2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = djvusmooth
pkgdesc = A graphical editor for DjVu documents
pkgver = 0.3
- pkgrel = 2
+ pkgrel = 3
url = http://jwilk.net/software/djvusmooth
arch = any
license = GPL2
depends = python2-djvulibre
depends = python2-subprocess32
- depends = python2-pyxdg-git
+ depends = python2-pyxdg
depends = wxpython
source = https://github.com/jwilk/djvusmooth/releases/download/0.3/djvusmooth-0.3.tar.gz
md5sums = efb65f32eabd9c69c5a0a469d0547d04
diff --git a/PKGBUILD b/PKGBUILD
index 43427f2d91a4..2b14a8d82be5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=djvusmooth
pkgver=0.3
-pkgrel=2
+pkgrel=3
pkgdesc='A graphical editor for DjVu documents'
arch=('any')
url='http://jwilk.net/software/djvusmooth'
license=('GPL2')
-depends=('python2-djvulibre' 'python2-subprocess32' 'python2-pyxdg-git' 'wxpython')
+depends=('python2-djvulibre' 'python2-subprocess32' 'python2-pyxdg' 'wxpython')
source=(https://github.com/jwilk/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
md5sums=('efb65f32eabd9c69c5a0a469d0547d04')