summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Heikkila2017-07-02 20:04:09 -0400
committerJoel Heikkila2017-07-02 20:04:09 -0400
commitf622dc3796701c09e3e68ccd5c924f669e839a3d (patch)
tree55182508f473294271821897eb04d5dee638f0a0
parentd5b18ab9519438d32550b2e523f608e05a42a7f7 (diff)
downloadaur-f622dc3796701c09e3e68ccd5c924f669e839a3d.tar.gz
tegaki moved to github
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1382820229e1..3729aac2b1a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = tegaki-pygtk
depends = python2
depends = pygtk>=2.10
depends = tegaki-python>=0.2
- source = http://www.tegaki.org/releases/0.3.1/tegaki-pygtk-0.3.1.tar.gz
+ source = https://github.com/tegaki/tegaki/releases/download/v0.3.1/tegaki-pygtk-0.3.1.tar.gz
md5sums = db7c662482dad10d3d979957edf4b3c2
pkgname = tegaki-pygtk
diff --git a/PKGBUILD b/PKGBUILD
index 0d97e3a33801..7541366073da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="http://www.tegaki.org/"
license=('GPL2')
depends=('python2' 'pygtk>=2.10' 'tegaki-python>=0.2')
makedepends=('python2')
-source=("http://www.tegaki.org/releases/$pkgver/$pkgname-$pkgver.tar.gz")
+source=("https://github.com/tegaki/tegaki/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
md5sums=('db7c662482dad10d3d979957edf4b3c2')
build() {