summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a59b06423110..f3eb09d9a9a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=ytmusicapi
pkgname=python-$_name
pkgver=0.24.0
-pkgrel=1
+pkgrel=2
pkgdesc="Unofficial API for YouTube Music"
arch=('any')
url="https://github.com/sigma67/ytmusicapi"
@@ -20,12 +20,6 @@ makedepends=(
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('bdb496801cdeded14b1291dd8772578a3de6e51ea20214d28eb08c6922d96a56')
-prepare() {
- cd "$_name-$pkgver"
- # Relax version requirement for python-setuptools
- sed -i 's/"setuptools>=65"/"setuptools"/' pyproject.toml
-}
-
build() {
cd "$_name-$pkgver"
python -m build --wheel --no-isolation