summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99122153e41e..f5e9a6a1dd7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = cloudsn
optdepends = python2-feedparser: RSS support
optdepends = python2-gnomekeyring: store passwords in gnome-keyring
optdepends = gstreamer0.10-python: play sounds
- source = https://github.com/chuchiperriman/cloud-services-notifications/archive/0.10.2.tar.gz
+ source = cloudsn-0.10.2.tar.gz::https://github.com/chuchiperriman/cloud-services-notifications/archive/0.10.2.tar.gz
md5sums = 470a67a55e00bb6785bf717c58c937f8
pkgname = cloudsn
diff --git a/PKGBUILD b/PKGBUILD
index 6ccaea8ca8df..6966fffc24d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ optdepends=('python2-feedparser: RSS support'
'python2-gnomekeyring: store passwords in gnome-keyring'
'gstreamer0.10-python: play sounds')
-source=(https://github.com/chuchiperriman/$_pkgname/archive/$pkgver.tar.gz)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/chuchiperriman/$_pkgname/archive/$pkgver.tar.gz")
md5sums=('470a67a55e00bb6785bf717c58c937f8')
prepare() {