summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2018-02-22 15:31:05 +0200
committerChristoph Gysin2018-02-22 15:35:38 +0200
commite1f544fb94711b2bed07e3afb71f47fa85e6093b (patch)
tree5f7366b8b0746a4afcf893560afa98f08471659e
parent71121e8636c747e4f4ac42f87e6c08e411278e8a (diff)
downloadaur-e1f544fb94711b2bed07e3afb71f47fa85e6093b.tar.gz
switch upstream to librespot-org
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b384a9dcda8..874bf9ef6f04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
# Generated by mksrcinfo v8
-# Fri Jan 26 12:13:00 UTC 2018
+# Thu Feb 22 13:34:45 UTC 2018
pkgbase = librespot-git
- pkgdesc = An open source client library for Spotify.
- pkgver = 363.8971d3a
+ pkgdesc = Open Source Spotify client library
+ pkgver = 523.3ce2211
pkgrel = 1
epoch = 1
- url = https://github.com/plietar/librespot
+ url = https://github.com/librespot-org/librespot
arch = i686
arch = x86_64
arch = armv6h
@@ -18,7 +18,7 @@ pkgbase = librespot-git
depends = alsa-lib
provides = librespot
conflicts = librespot
- source = git+https://github.com/plietar/librespot
+ source = git+https://github.com/librespot-org/librespot
sha256sums = SKIP
pkgname = librespot-git
diff --git a/PKGBUILD b/PKGBUILD
index fbbe6e57c778..dc57ac8037e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=librespot-git
_pkgname=librespot
-pkgver=363.8971d3a
+pkgver=523.3ce2211
pkgrel=1
epoch=1
-pkgdesc="An open source client library for Spotify."
+pkgdesc="Open Source Spotify client library"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
-url="https://github.com/plietar/librespot"
+url="https://github.com/librespot-org/librespot"
license=('MIT')
depends=('libvorbis' 'alsa-lib')
makedepends=('git' 'rust')
provides=('librespot')
conflicts=('librespot')
-source=('git+https://github.com/plietar/librespot')
+source=('git+https://github.com/librespot-org/librespot')
sha256sums=('SKIP')
pkgver()