summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49e8efd29803..7338df3b3cdc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jan 14 23:15:12 UTC 2018
+# Mon Mar 5 05:45:33 UTC 2018
pkgbase = hangups
pkgdesc = The first third-party instant messaging client for Google Hangouts
pkgver = 0.4.4
@@ -18,8 +18,8 @@ pkgbase = hangups
depends = python-reparser
depends = python-requests
depends = python-urwid
- source = hangups-0.4.4.tar.gz::https://github.com/tdryer/hangups/archive/v0.4.4.tar.gz
- sha512sums = fee1dfce02d2cddfb6cba1e5a71d67a53732d2edb98d224289a5cd6da1d2cc246a9a4744501594cf91dd3b971b55eca96d4bb7c968bd7e2ff70b3e3f7f1d365d
+ source = https://files.pythonhosted.org/packages/source/h/hangups/hangups-0.4.4.tar.gz
+ sha512sums = d89050e9c7374785be07e88013b98c893cd091ccf93f72c0da787f6390378bccf88058622f683a8a73ae611bc828119c6267cf947963ed8f0277165879823f69
pkgname = hangups
diff --git a/PKGBUILD b/PKGBUILD
index 6383586822e3..87791a72038a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@ depends=('python-aiohttp' 'python-appdirs' 'python-configargparse'
'python-mechanicalsoup' 'python-protobuf' 'python-readlike'
'python-reparser' 'python-requests' 'python-urwid')
checkdepends=('python-httpretty' 'python-pytest')
-source=("hangups-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('fee1dfce02d2cddfb6cba1e5a71d67a53732d2edb98d224289a5cd6da1d2cc246a9a4744501594cf91dd3b971b55eca96d4bb7c968bd7e2ff70b3e3f7f1d365d')
+source=("https://files.pythonhosted.org/packages/source/h/hangups/hangups-$pkgver.tar.gz")
+sha512sums=('d89050e9c7374785be07e88013b98c893cd091ccf93f72c0da787f6390378bccf88058622f683a8a73ae611bc828119c6267cf947963ed8f0277165879823f69')
prepare() {
cd hangups-$pkgver