summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ef2f54ebd08..a1e42657546a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
-# Generated by mksrcinfo v8
-# Tue Apr 24 10:04:41 UTC 2018
pkgbase = libspotify
pkgdesc = C API package allowing third-party developers to write applications that utilize the Spotify music streaming service
pkgver = 12.1.51
- pkgrel = 4
+ pkgrel = 5
url = https://developer.spotify.com/technologies/libspotify/
arch = i686
arch = x86_64
license = custom
depends = glibc
+ source_x86_64 = https://raw.githubusercontent.com/FadeMind/libspotify/master/libspotify-12.1.51-Linux-x86_64-release.tar.gz
+ md5sums_x86_64 = 83efddcc195d6ff12b24c97c767a5e45
+ sha256sums_x86_64 = 43a14e0732ba6ae30078fac105d0e2998d04d5f5c396a4968386bc4e22491058
pkgname = libspotify
diff --git a/PKGBUILD b/PKGBUILD
index 63ccc5067a2b..6035dabafcc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: FadeMind <fademind@gmail.com>
+# Maintainer: buckket <buckket@cock.li>
+# Contributor: FadeMind <fademind@gmail.com>
# Contributor: Richard Weber <old-box at outlook dot com>
# Contributor: Benjamin Hedrich <kiwisauce at pagenotfound dot de>
# Contributor: Thomas Jost <schnouki at schnouki dot net>
@@ -22,7 +23,7 @@
pkgname=libspotify
pkgver=12.1.51
-pkgrel=4
+pkgrel=5
pkgdesc="C API package allowing third-party developers to write applications that utilize the Spotify music streaming service"
arch=("i686" "x86_64")
url="https://developer.spotify.com/technologies/libspotify/"