summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Ortiz Manero2023-10-21 13:52:16 +0200
committerMario Ortiz Manero2023-10-21 13:52:16 +0200
commitd61cba64b1cf638befb1e27386f05b9ae90d1765 (patch)
treee1dc3a20417c5769015590b5cbadc8e16a780ba2 /PKGBUILD
parent88cf2b75d590aa78319d059db94ccf70cfc49cfc (diff)
downloadaur-python-tekore.tar.gz
Bump to v5.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6efc8ec41dcd..f455202ec941 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mario Ortiz Manero <marioortizmanero@gmail.com>
pkgname=python-tekore
-pkgver=4.6.0
+pkgver=5.1.1
pkgrel=1
pkgdesc="Client for the Spotify Web API"
arch=("any")
@@ -9,7 +9,7 @@ license=("custom:MIT")
depends=("python>=3.7" "python-httpx>=0.15")
makedepends=("python-build" "python-installer" "python-wheel")
source=("https://github.com/felix-hilden/tekore/archive/v$pkgver.tar.gz")
-md5sums=('36fc1e4d8c8b3602aabb3b5548e2208f')
+md5sums=('12250450c0584df39513439d5e8e52f5')
prepare() {
cd "tekore-$pkgver"