summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Peukert2021-02-22 17:32:13 +0100
committerDaniel Peukert2021-02-22 17:32:13 +0100
commit10a697af025fe47ae305662cacfcb955e8ba589c (patch)
tree0b44e42c8ba541a928c4230a9e401ebcff386e6f /PKGBUILD
parent2d12250a6e81183c2cd57b2996f114427668b1b9 (diff)
downloadaur-10a697af025fe47ae305662cacfcb955e8ba589c.tar.gz
Update spot-client to 0.1.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be6b9d114e87..e3139db33002 100644
--- a/PKGBUILD
+++ b/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'