summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLucas Werkmeister2017-12-11 23:38:03 +0100
committerLucas Werkmeister2017-12-11 23:38:03 +0100
commit81c906ff26f84b6be2cc8bfc75f5ac588f940a6b (patch)
tree64c4864b24e2cd1dd3fe2fbbd4c928dce602a4ba /PKGBUILD
parent8e98c19d589371a028487f30a417fb36c46431aa (diff)
downloadaur-libturpial.tar.gz
Update source URLs to point to GitHub
The files.turpial.org.ve URLs result in 404 Not Found.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 85066fe168af..9b7e4a69a118 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@ license=(GPL3)
depends=(python2-oauth python2-requests python2-simplejson)
makedepends=(git python2-setuptools)
conflicts=(${pkgname}-git)
-source=(http://files.turpial.org.ve/sources/stable/$pkgname-$pkgver.tar.gz)
-sha1sums=(eca4870ceeda43865136c92056205b146ab88ffb) # ${source[0]}.sha1sum
+source=(https://github.com/satanas/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('f104667920576248c663ebcad905bfc23172ce02d06e1b31181221ca97e80f79')
build() {
cd "$srcdir/$pkgname-$pkgver"