summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosé Miguel Sarasola2023-02-18 20:30:03 +0100
committerJosé Miguel Sarasola2023-02-18 20:30:03 +0100
commita22dccb1ef7b239fc5e421e669bdcbd7536d93e0 (patch)
treefdf5896beb2f86d90dab9aa8df0b423ebf1bd8ad /PKGBUILD
parent97b99662cd99827e947cf8d36129777565626bb0 (diff)
downloadaur-a22dccb1ef7b239fc5e421e669bdcbd7536d93e0.tar.gz
Update to version 0.12.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c6a6c3b0814..a6652fdee5db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thang Pham <phamducthang1234 at gmail dot com>
pkgname=spotify-player
-pkgver=0.11.1
+pkgver=0.12.0
pkgrel=1
pkgdesc="A command driven spotify player."
arch=('x86_64' 'aarch64' 'armv7h')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('alsa-lib' 'openssl')
makedepends=('cargo')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/aome510/spotify-player/archive/v${pkgver}.tar.gz")
-sha512sums=('efb1d365d3aca469c0fd0f32621478a5bda8238b378f06c821819109aa509758e19f555949bf2381e0df6e78335e4ec14587dfdcaf36911c58d2d856829c2e35')
+sha512sums=('fb9ca3c1aeabebd2fd7ef7202183440dff8946ced89e6b19d64ff92ff21c64d3e7d570209ff534f4d46805f2fa0ae19efaf3edaedba5699342e86d05926cea8b')
build() {
cd "${pkgname}-${pkgver}"