summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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")