summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leontiev2017-03-05 18:41:27 +0300
committerAnton Leontiev2017-03-05 18:41:54 +0300
commit9c4487c91aabfb593008e2c9b1e9dac863915d77 (patch)
tree7ad9c68373d44b46d942d15a727335cc0a8b7bf9
parent9fb8f45df555b6be4a783fa79fcac1ada375cb8c (diff)
downloadaur-9c4487c91aabfb593008e2c9b1e9dac863915d77.tar.gz
Update source URL
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bc9ac4f38bc..29b9e0681c03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Aug 17 20:19:45 UTC 2016
+# Sun Mar 5 15:41:47 UTC 2017
pkgbase = djvusmooth
pkgdesc = A graphical editor for DjVu documents
pkgver = 0.2.17
- pkgrel = 1
+ pkgrel = 2
url = http://jwilk.net/software/djvusmooth
arch = any
license = GPL2
depends = python2-djvulibre
depends = python2-xdg
depends = wxpython
- source = https://pypi.io/packages/source/d/djvusmooth/djvusmooth-0.2.17.tar.gz
+ source = https://github.com/jwilk/djvusmooth/releases/download/0.2.17/djvusmooth-0.2.17.tar.gz
md5sums = 80e6d805a85cee9b98cdae0acded1158
pkgname = djvusmooth
diff --git a/PKGBUILD b/PKGBUILD
index 5fdf7f48d0a9..9ffa35e137dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=djvusmooth
pkgver=0.2.17
-pkgrel=1
+pkgrel=2
pkgdesc='A graphical editor for DjVu documents'
arch=('any')
url='http://jwilk.net/software/djvusmooth'
license=('GPL2')
depends=('python2-djvulibre' 'python2-xdg' 'wxpython')
-source=(https://pypi.io/packages/source/d/$pkgname/$pkgname-$pkgver.tar.gz)
+source=(https://github.com/jwilk/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
md5sums=('80e6d805a85cee9b98cdae0acded1158')
build() {