summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDJ Lucas2017-04-30 10:56:07 -0500
committerDJ Lucas2017-04-30 10:56:07 -0500
commitabf22d415872334b2e891a5f225b2fc4877bb325 (patch)
tree190b3cc7d33875fe7750236287a1ec09bcca348a /PKGBUILD
parentc3269bcd3dc7bb13f64198c434ccbae015951c88 (diff)
downloadaur-abf22d415872334b2e891a5f225b2fc4877bb325.tar.gz
Change download location.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b7a2babcc0b3..1a16f4089d32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=tftpgui
pkgver=3.1
-pkgrel=2
+pkgrel=3
pkgdesc="A TFTP server intended to run as a user initiated program, rather than a service daemon."
arch=('any')
url="https://code.google.com/p/tftpgui/"
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('tk' 'python>=3.2' 'authbind')
makedepends=('imagemagick')
install=tftpgui.install
-source=("https://${pkgname}.googlecode.com/files/${pkgname}_3_1.tar"
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${pkgname}/${pkgname}_3_1.tar"
"tftpgui.sh"
"tftpgui.cfg"
"tftpgui.desktop")