summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef050ebfb52b..1a81f495d633 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = sconsify
pkgdesc = CLI Spotify client
- pkgver = 0.5.0
+ pkgver = 0.6.0
pkgrel = 1
url = http://www.sconsify.org
arch = x86_64
license = Apache
depends = portaudio
depends = libspotify
- source = https://github.com/fabiofalci/sconsify/releases/download/v0.5.0/linux-x86_64-sconsify-0.5.0.zip
- sha256sums = 331371f9369b1553f088c1ceace6ade7088b9269ede16c4ddf2820b35218af86
+ source = https://github.com/fabiofalci/sconsify/releases/download/next-20180428/linux-x86_64-sconsify-0.6.0-next.zip
+ sha256sums = 46d628b19534b6e74eb450bda736b80321c2865edc230ff2df972a394bffc835
pkgname = sconsify
diff --git a/PKGBUILD b/PKGBUILD
index ef0a73ae83ab..02e518211052 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
# Maintainer: Luís Ferreira <contact@lsferreira.net>
# Contributor: Andrew Walls <andrew.walls2 (at) gmail.com>
+# Contributor: Aoibhinn Nic Aoidh <oibind@pm.me>
pkgname=sconsify
-pkgver=0.5.0
+pkgver=0.6.0
pkgrel=1
pkgdesc="CLI Spotify client"
arch=('x86_64')
url="http://www.sconsify.org"
license=('Apache')
depends=('portaudio' 'libspotify')
-source=("https://github.com/fabiofalci/sconsify/releases/download/v$pkgver/linux-x86_64-sconsify-$pkgver.zip")
-sha256sums=('331371f9369b1553f088c1ceace6ade7088b9269ede16c4ddf2820b35218af86')
+source=("https://github.com/fabiofalci/sconsify/releases/download/next-20180428/linux-x86_64-sconsify-$pkgver-next.zip")
+sha256sums=('46d628b19534b6e74eb450bda736b80321c2865edc230ff2df972a394bffc835')
package() {
install -Dm755 sconsify "$pkgdir"/usr/bin/sconsify