Date: Saturday, April 22, 2023 @ 07:37:56 Author: arojas Revision: 475117
upgpkg: python-ytmusicapi 1.0.2-1: Update to 1.0.2 Modified: python-ytmusicapi/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-22 01:39:55 UTC (rev 475116) +++ PKGBUILD 2023-04-22 07:37:56 UTC (rev 475117) @@ -4,8 +4,8 @@ _pyname=ytmusicapi pkgname=python-$_pyname -pkgver=1.0.1 -pkgrel=2 +pkgver=1.0.2 +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=('9d34e674caba2e2f2c457df664483a01b5c805445d431e4a3f422448e6e2199b') +sha256sums=('f798bfedd49738bece82aac15b2d97f04578ccb1572f347a350cb704df4d0e10') build() { cd $_pyname-$pkgver
