summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfademind2018-04-24 12:05:21 +0200
committerfademind2018-04-24 12:05:21 +0200
commit069f06673d18b4eefee43e8291dd63d21c835fc7 (patch)
tree56eb4b33ac3c20bba88bd8b6c9357e9d7b5215ab /PKGBUILD
parentb680896fff698cb60e6fdb18464836b0ee4b71bb (diff)
downloadaur-069f06673d18b4eefee43e8291dd63d21c835fc7.tar.gz
change source to github
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc74950dbc52..63ccc5067a2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: Tomas Strand <tomas at fik1 dot net>
### NOTICE
-### libspotify is EOL, sources are taken from https://pkgs.rpmfusion.org/repo/pkgs/nonfree/libspotify/ mirror and reuploaded to private Google Drive Storage.
-### URLs were shortened via is.gd tool cause they are soo long. Checksums they have not been changed.
+### libspotify is EOL, sources are taken from https://pkgs.rpmfusion.org/repo/pkgs/nonfree/libspotify/ mirror and reuploaded to GitHub.
+### Checksums they have not been changed.
###
### SPOTIFY DEVS STATEMENT
###
@@ -31,14 +31,14 @@ depends=('glibc')
if [ "$CARCH" == "x86_64" ]; then
SPOTIFY_ARCH="x86_64"
- source_x86_64=("${pkgname}-${pkgver}-Linux-${SPOTIFY_ARCH}-release.tar.gz::https://is.gd/HwQUT6")
+ source_x86_64=("https://raw.githubusercontent.com/FadeMind/${pkgname}/master/${pkgname}-${pkgver}-Linux-${SPOTIFY_ARCH}-release.tar.gz")
md5sums_x86_64=('83efddcc195d6ff12b24c97c767a5e45')
sha256sums_x86_64=('43a14e0732ba6ae30078fac105d0e2998d04d5f5c396a4968386bc4e22491058')
fi
if [ "$CARCH" == "i686" ]; then
SPOTIFY_ARCH="i686"
- source_i686=("${pkgname}-${pkgver}-Linux-${SPOTIFY_ARCH}-release.tar.gz::https://is.gd/rzULo7")
+ source_i686=("https://raw.githubusercontent.com/FadeMind/${pkgname}/master/${pkgname}-${pkgver}-Linux-${SPOTIFY_ARCH}-release.tar.gz")
md5sums_i686=('04735b890da0b1fc7f1f14e68a5293de')
sha256sums_i686=('941ab4ba10bcd6ec4e96127afd095a39e11bc955de0882734c97e4f588b155ae')
fi