summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiorgio Wicklein2016-06-04 16:25:21 +0200
committerGiorgio Wicklein2016-06-04 16:43:18 +0200
commit7cc9da219049e98620007d24bf51601b002f546c (patch)
tree87d954ad00230a199e8fc40db8a5f326ae8abebb
parentd15667d2240f49adc376e01fe50d8c909389ba0c (diff)
downloadaur-7cc9da219049e98620007d24bf51601b002f546c.tar.gz
Update source url (use github releases)
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fba526056721..1378f0209b6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = symphytum
depends = sqlite
depends = python2
depends = python2-setuptools
- source = http://giowck.github.io/symphytum/files/symphytum-2.0-src.tar.gz
+ source = https://github.com/giowck/symphytum/releases/download/v2.0/symphytum-2.0-src.tar.gz
md5sums = 400484e8b06d77491012989f69105c11
pkgname = symphytum
diff --git a/PKGBUILD b/PKGBUILD
index bd06dd316183..a6848824519d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('i686' 'x86_64')
url="http://giowck.github.io/symphytum/"
license=('BSD')
depends=('qt5-base' 'qt5-svg' 'sqlite' 'python2' 'python2-setuptools')
-source=("http://giowck.github.io/symphytum/files/$pkgname-$pkgver-src.tar.gz")
+source=("https://github.com/giowck/symphytum/releases/download/v$pkgver/$pkgname-$pkgver-src.tar.gz")
md5sums=('400484e8b06d77491012989f69105c11')
build() {