summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPekka Ristola2023-01-16 17:39:14 +0200
committerPekka Ristola2023-01-16 17:39:14 +0200
commit1257deef106928ae9efc6a025fe598003d843d57 (patch)
treee9fe71b1472a4837a9a2bdb3624c29234619e762 /PKGBUILD
parent5c258523cc3fd9605e4af2ef68e606958fa4a393 (diff)
downloadaur-1257deef106928ae9efc6a025fe598003d843d57.tar.gz
Update to 0.25.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 95c74053a949..9bb4a55dd144 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=ytmusicapi
pkgname=python-$_name
-pkgver=0.24.1
+pkgver=0.25.0
pkgrel=1
pkgdesc="Unofficial API for YouTube Music"
arch=('any')
@@ -18,7 +18,7 @@ makedepends=(
python-wheel
)
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('f0d62eb6467047cb50cec57362c3a8e87764899e966c87289c38dc3b082cdcf3')
+sha256sums=('8695ffaa6451c2f084d0de6321697a01991c61a55588adf49cf6c9c32643fab3')
build() {
cd "$_name-$pkgver"