Date: Thursday, August 31, 2017 @ 18:15:29 Author: jelle Revision: 255212
Update source url Update the source url which is 404 and update it to the github url. Modified: urlwatch/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-31 18:02:06 UTC (rev 255211) +++ PKGBUILD 2017-08-31 18:15:29 UTC (rev 255212) @@ -11,8 +11,8 @@ url="https://thp.io/2008/urlwatch/" license=('BSD') depends=('python-keyring' 'python-minidb' 'python-requests' 'python-yaml') -source=("https://thp.io/2008/urlwatch/$pkgname-$pkgver.tar.gz") -sha256sums=('57a90a0a7a3f056bbf77c917621a124338de20e15ce356873b9abba72f57d6f4') +source=("https://github.com/thp/urlwatch/archive/$pkgver.tar.gz") +sha256sums=('ab14dbdda6604e42e63c47cd70d533a9c3033aa238e891fd895c0f605f187625') build() { cd $pkgname-$pkgver
