Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-ytmusicapi
Commits:
c8fb6501 by Antonio Rojas at 2026-01-31T11:39:35+01:00
upgpkg: 1.11.5-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-ytmusicapi
pkgdesc = Unofficial API for YouTube Music
- pkgver = 1.11.4
- pkgrel = 2
+ pkgver = 1.11.5
+ pkgrel = 1
url = https://github.com/sigma67/ytmusicapi
arch = any
license = MIT
@@ -14,7 +14,7 @@ pkgbase = python-ytmusicapi
makedepends = python-wheel
depends = python
depends = python-requests
- source = git+https://github.com/sigma67/ytmusicapi#tag=1.11.4
- sha256sums =
417b168a1ca30e752dc406dec76637d1a23a24716947ccef1841237d630b98b4
+ source = git+https://github.com/sigma67/ytmusicapi#tag=1.11.5
+ sha256sums =
2eca2341e91a691010c8147f3c804c9ce2c6b249406caedcafdaaab62a0951a6
pkgname = python-ytmusicapi
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
_pyname=ytmusicapi
pkgname=python-$_pyname
-pkgver=1.11.4
-pkgrel=2
+pkgver=1.11.5
+pkgrel=1
pkgdesc='Unofficial API for YouTube Music'
arch=(any)
url='https://github.com/sigma67/ytmusicapi'
@@ -20,7 +20,7 @@ makedepends=(git
python-sphinx-autodoc-typehints
python-wheel)
source=(git+https://github.com/sigma67/ytmusicapi#tag=$pkgver)
-sha256sums=('417b168a1ca30e752dc406dec76637d1a23a24716947ccef1841237d630b98b4')
+sha256sums=('2eca2341e91a691010c8147f3c804c9ce2c6b249406caedcafdaaab62a0951a6')
build() {
cd $_pyname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ytmusicapi/-/commit/c8fb65011ad2e8c5120864d17aa1e30b44e2934e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ytmusicapi/-/commit/c8fb65011ad2e8c5120864d17aa1e30b44e2934e
You're receiving this email because of your account on gitlab.archlinux.org.