summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSébastien Leduc2017-07-03 19:15:51 +0200
committerSébastien Leduc2017-07-03 19:15:51 +0200
commitba5e4ab1a6a0c24d7ad81c846f01810baf90546c (patch)
treeedd078cf8d9761a9c06b9d79a72341635b523f5a /PKGBUILD
parent03fba8b94d5f9c7d82a7eeaa799a36f814ef06e2 (diff)
downloadaur-voximp.tar.gz
Fix broken URL for voximp archive
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7de3fc748cf..0bbfbf9a809c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ url="http://voximp.googlecode.com"
license=("GPL")
depends=("gstreamer0.10-python" "gstreamer0.10-base-plugins" "python2" "pygtk" "pocketsphinx" "xdotool")
install=voximp.install
-source=("http://voximp.googlecode.com/files/$pkgname-$pkgver.tar.gz")
-md5sums=("4e2b0d3a88257999866ad0028dd69c04")
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('4e2b0d3a88257999866ad0028dd69c04')
prepare() {
sed -i -e "s/python/python2/" "$srcdir/voximp.py"