summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrià Arrufat2025-02-02 20:47:11 +0900
committerAdrià Arrufat2025-02-02 20:47:11 +0900
commit8dce36f835a442cb064ebbaa1e5ee981eff72820 (patch)
treeedf5218d2c2e41f44f69cfdcdbd3f84c6b5adb27 /PKGBUILD
parente326ff2bd40b42fccd43edbe1b8672fa4455436e (diff)
downloadaur-spotify-search-provider.tar.gz
update to v1.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e567d8a71d7f..412799c2e2f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Adrià Arrufat <swiftscythe@gmail.com>
pkgname=spotify-search-provider
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.0.2
+pkgrel=1
pkgdesc="GNOME Shell search provider for Spotify"
arch=("any")
url="https://github.com/arrufat/spotify-search-provider/"
license=("GPL-3.0")
depends=("python-gobject" "python-dbus" "python-spotipy")
source=("https://github.com/arrufat/spotify-search-provider/archive/v${pkgver}.tar.gz")
-md5sums=('06285ac3e55eae83e9ff08123a0fdb34')
+md5sums=('0a3eb3a6d0711866e0fc8bceb611394f')
package() {
cd "$srcdir/$pkgname-$pkgver"