Update spot-client to 0.1.8
This commit is contained in:
parent
2d12250a6e
commit
10a697af02
2 changed files with 7 additions and 7 deletions
6
PKGBUILD
6
PKGBUILD
|
@ -1,16 +1,16 @@
|
|||
# Maintainer: Daniel Peukert <daniel@peukert.cc>
|
||||
_projectname='spot'
|
||||
pkgname="$_projectname-client"
|
||||
pkgver='0.1.7'
|
||||
pkgver='0.1.8'
|
||||
pkgrel='1'
|
||||
pkgdesc='Gtk/Rust native Spotify client'
|
||||
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
||||
url="https://github.com/xou816/$_projectname"
|
||||
license=('MIT')
|
||||
depends=('alsa-lib' 'glib2' 'gtk3' 'libhandy' 'libpulse' 'openssl')
|
||||
makedepends=('cargo' 'meson')
|
||||
makedepends=('cargo' 'meson>=0.50.0')
|
||||
source=("$pkgname-$pkgver-$pkgrel.tar.gz::$url/archive/$pkgver.tar.gz")
|
||||
sha256sums=('755c11a2e79e575442db4b85a9b44c9f821b048515ecc4d14a6fe335df3ca4ed')
|
||||
sha256sums=('61a14eff406f18e397cf99bee810b60acc34129e1310c239ceee7b2501edfeb0')
|
||||
|
||||
_sourcedirectory="$_projectname-$pkgver"
|
||||
_builddirectory='build'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue