Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-ytmusicapi
Commits:
ae8075f7 by Antonio Rojas at 2025-07-31T21:14:41+02:00
upgpkg: 1.11.0-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-ytmusicapi
pkgdesc = Unofficial API for YouTube Music
- pkgver = 1.10.3
+ pkgver = 1.11.0
pkgrel = 1
url = https://github.com/sigma67/ytmusicapi
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-ytmusicapi
makedepends = python-wheel
depends = python
depends = python-requests
- source = git+https://github.com/sigma67/ytmusicapi#tag=1.10.3
- sha256sums =
7b06d5c9d88bb945f819659243003bfc5c470045b70412594123a4359076b717
+ source = git+https://github.com/sigma67/ytmusicapi#tag=1.11.0
+ sha256sums =
275e992c758200525873bc7147b48541b6ce0e177341a62eced1f7d0a488fab9
pkgname = python-ytmusicapi
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_pyname=ytmusicapi
pkgname=python-$_pyname
-pkgver=1.10.3
+pkgver=1.11.0
pkgrel=1
pkgdesc='Unofficial API for YouTube Music'
arch=(any)
@@ -20,7 +20,7 @@ makedepends=(git
python-sphinx-autodoc-typehints
python-wheel)
source=(git+https://github.com/sigma67/ytmusicapi#tag=$pkgver)
-sha256sums=('7b06d5c9d88bb945f819659243003bfc5c470045b70412594123a4359076b717')
+sha256sums=('275e992c758200525873bc7147b48541b6ce0e177341a62eced1f7d0a488fab9')
build() {
cd $_pyname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ytmusicapi/-/commit/ae8075f7b1616aee1bee0a8339620f94b06f5030
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ytmusicapi/-/commit/ae8075f7b1616aee1bee0a8339620f94b06f5030
You're receiving this email because of your account on gitlab.archlinux.org.