summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortxtsd2023-03-16 08:59:39 +0530
committertxtsd2023-03-16 08:59:39 +0530
commitcba4d86c7eb184176e7df9fa9687875d24aa7191 (patch)
tree6efb7bf960719c2ea0fb25a37b4ce5fe42c0e763
parent8766177c0d61f96cda13679af94c54b69b4b3e87 (diff)
downloadaur-cba4d86c7eb184176e7df9fa9687875d24aa7191.tar.gz
upgpkg: python-syncedlyrics 0.4.0-2
Workaround https://github.com/python-poetry/poetry/issues/5547 Signed-off-by: txtsd <code@ihavea.quest>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cfd9d41931a..c1ff89a13393 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-syncedlyrics
pkgdesc = Get an LRC format (synchronized) lyrics for your music
pkgver = 0.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/rtcq/syncedlyrics
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 07c600229831..1e04ef5f4280 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-syncedlyrics
_pkgname=syncedlyrics
pkgver=0.4.0
-pkgrel=1
+pkgrel=2
pkgdesc='Get an LRC format (synchronized) lyrics for your music'
arch=('any')
url='https://github.com/rtcq/syncedlyrics'
@@ -18,7 +18,7 @@ sha256sums=('13672adb05ec6f51c3dafe6efb34b7379c3477f47ffaf9d87d9c1dbf70900956')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"
- python -m build --wheel --no-isolation
+ GIT_DIR=. python -m build --wheel --no-isolation
}
check() {