summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip2016-09-29 14:49:13 +0200
committerJosip2016-09-29 14:49:13 +0200
commit0b795776baccda845131397668c1841ec35161f4 (patch)
treeb726e0f43c130fdd25c155987883ced15e83c4d4
parent06c21c82a4e134b8a885e40ea366dac33f63a3f9 (diff)
downloadaur-0b795776baccda845131397668c1841ec35161f4.tar.gz
update download link
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 503e13942e1d..6c9a6693f384 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = fotowall
pkgdesc = A creative tool that allows you to layout your photos or pictures in a personal way
pkgver = 0.9
- pkgrel = 2
+ pkgrel = 3
url = http://www.enricoros.com/opensource/fotowall/
arch = i686
arch = x86_64
license = GPL2
depends = qt4
depends = v4l-utils
- source = http://fotowall.googlecode.com/files/Fotowall-0.9.tar.bz2
+ source = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/fotowall/Fotowall-0.9.tar.bz2
sha256sums = e4d0c005d2cb1d7c09438bfc3098eadebc08946e4fbc0655b7fc8b046de3810d
pkgname = fotowall
diff --git a/PKGBUILD b/PKGBUILD
index 1f653c94fcc4..bc61b6979650 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=fotowall
pkgver=0.9
-pkgrel=2
+pkgrel=3
pkgdesc="A creative tool that allows you to layout your photos or pictures in a personal way"
arch=('i686' 'x86_64')
url="http://www.enricoros.com/opensource/fotowall/"
license=('GPL2')
depends=('qt4' 'v4l-utils')
-source=("http://fotowall.googlecode.com/files/Fotowall-${pkgver}.tar.bz2")
+source=("https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/fotowall/Fotowall-${pkgver}.tar.bz2")
sha256sums=('e4d0c005d2cb1d7c09438bfc3098eadebc08946e4fbc0655b7fc8b046de3810d')
prepare() {