git » librespot.git » commit 70d3df1

Update to 0.2.0

author Philip Goto
2021-05-08 15:04:59 UTC
committer Philip Goto
2021-05-08 15:04:59 UTC
parent d64f4010c5d0f13c7fbf0bbf9f78f180e082965f

Update to 0.2.0

.SRCINFO +3 -5
PKGBUILD +3 -3

diff --git a/.SRCINFO b/.SRCINFO
index 4201c94..bd7b2a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,9 @@
 pkgbase = librespot
 	pkgdesc = Open source client library for Spotify
-	pkgver = 0.1.6
+	pkgver = 0.2.0
 	pkgrel = 1
 	url = https://github.com/librespot-org/librespot
-	arch = i686
 	arch = x86_64
-	arch = armv7h
 	arch = aarch64
 	license = MIT
 	makedepends = cargo
@@ -16,8 +14,8 @@ pkgbase = librespot
 	depends = gst-plugins-base-libs
 	depends = portaudio
 	depends = sdl2
-	source = librespot-0.1.6.tar.gz::https://github.com/librespot-org/librespot/archive/v0.1.6.tar.gz
-	sha256sums = 7506b4448d3ae0eba063cd711baebdc23444c706c87d0551d5a4cbc623e70f30
+	source = librespot-0.2.0.tar.gz::https://github.com/librespot-org/librespot/archive/v0.2.0.tar.gz
+	sha256sums = cd6e7ae63583584598dead53b5e8e4077ab37df6e3b59c2a7416459b9a649fc3
 
 pkgname = librespot
 
diff --git a/PKGBUILD b/PKGBUILD
index fb11c5a..dfe2080 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
 # Maintainer: Philip Goto <philip.goto@gmail.com>
 
 pkgname=librespot
-pkgver=0.1.6
+pkgver=0.2.0
 pkgrel=1
 pkgdesc="Open source client library for Spotify"
-arch=(i686 x86_64 armv7h aarch64)
+arch=(x86_64 aarch64)
 url="https://github.com/librespot-org/librespot"
 license=(MIT)
 depends=(
@@ -20,7 +20,7 @@ makedepends=(
 	cargo
 )
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('7506b4448d3ae0eba063cd711baebdc23444c706c87d0551d5a4cbc623e70f30')
+sha256sums=('cd6e7ae63583584598dead53b5e8e4077ab37df6e3b59c2a7416459b9a649fc3')
 
 build() {
 	return 0