summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Ristola2022-11-19 11:48:41 +0200
committerPekka Ristola2022-11-19 11:48:41 +0200
commitb07f60e3da51295121eb16de61153784bf87383f (patch)
tree2f60d3cc7f49a3f948a7d95edd434c3f7621ef1b
parent7e2922c303746fbe398338475108a62c49916dd7 (diff)
downloadaur-b07f60e3da51295121eb16de61153784bf87383f.tar.gz
Remove unnecessary prepare()
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 2 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 248b9a06d2b3..b0221051beb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-ytmusicapi
pkgdesc = Unofficial API for YouTube Music
pkgver = 0.24.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sigma67/ytmusicapi
arch = any
license = MIT
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