Date: Wednesday, April 19, 2023 @ 19:21:48 Author: arojas Revision: 474189
upgpkg: python-ytmusicapi 1.0.1-1: Update to 1.0.1 Modified: python-ytmusicapi/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-19 17:55:35 UTC (rev 474188) +++ PKGBUILD 2023-04-19 19:21:48 UTC (rev 474189) @@ -4,8 +4,8 @@ _pyname=ytmusicapi pkgname=python-$_pyname -pkgver=1.0.0 -pkgrel=2 +pkgver=1.0.1 +pkgrel=1 pkgdesc='Unofficial API for YouTube Music' arch=(any) url='https://github.com/sigma67/ytmusicapi' @@ -13,7 +13,7 @@ depends=(python-requests) makedepends=(python-build python-installer python-setuptools-scm python-wheel python-sphinx) source=(https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_pyname-$pkgver.tar.gz) -sha256sums=('3b174cec83e23bef3c9d15df5b9d9bc7c80a51377cdc50682da03b9d2c8a2589') +sha256sums=('9d34e674caba2e2f2c457df664483a01b5c805445d431e4a3f422448e6e2199b') build() { cd $_pyname-$pkgver
