Date: Saturday, April 8, 2023 @ 22:33:50
  Author: arojas
Revision: 473446

upgpkg: python-ytmusicapi 1.0.0-1: Update to 1.0.0

Modified:
  python-ytmusicapi/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-08 22:12:59 UTC (rev 473445)
+++ PKGBUILD    2023-04-08 22:33:50 UTC (rev 473446)
@@ -4,8 +4,8 @@
 
 _pyname=ytmusicapi
 pkgname=python-$_pyname
-pkgver=0.25.1
-pkgrel=2
+pkgver=1.0.0
+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=('b9cfdf8037ad4986824737dfd12cdf6d186cdd368aadf13687aae85a4923f324')
+sha256sums=('3b174cec83e23bef3c9d15df5b9d9bc7c80a51377cdc50682da03b9d2c8a2589')
 
 build() {
   cd $_pyname-$pkgver
@@ -25,6 +25,7 @@
   cd $_pyname-$pkgver
   python -m installer --destdir="$pkgdir" dist/*.whl
 
-  install -Dm644 docs/build/text/* -t "$pkgdir"/usr/share/doc/$pkgname
+  mkdir -p "$pkgdir"/usr/share/doc/$pkgname
+  cp -r docs/build/text/* "$pkgdir"/usr/share/doc/$pkgname
   install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
 }

Reply via email to