summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Werkmeister2017-12-11 23:38:03 +0100
committerLucas Werkmeister2017-12-11 23:38:03 +0100
commit81c906ff26f84b6be2cc8bfc75f5ac588f940a6b (patch)
tree64c4864b24e2cd1dd3fe2fbbd4c928dce602a4ba
parent8e98c19d589371a028487f30a417fb36c46431aa (diff)
downloadaur-libturpial.tar.gz
Update source URLs to point to GitHub
The files.turpial.org.ve URLs result in 404 Not Found.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 883cbee7da0e..69d08cf259df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Mon Dec 11 22:37:51 UTC 2017
pkgbase = libturpial
pkgdesc = A library that handles multiple microblogging protocols.
pkgver = 1.7.0
@@ -11,8 +13,8 @@ pkgbase = libturpial
depends = python2-requests
depends = python2-simplejson
conflicts = libturpial-git
- source = http://files.turpial.org.ve/sources/stable/libturpial-1.7.0.tar.gz
- sha1sums = eca4870ceeda43865136c92056205b146ab88ffb
+ source = https://github.com/satanas/libturpial/archive/1.7.0.tar.gz
+ sha256sums = f104667920576248c663ebcad905bfc23172ce02d06e1b31181221ca97e80f79
pkgname = libturpial
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"