This commit is contained in:
Fabrice Mouhartem 2023-12-28 19:35:38 +01:00
parent 681704f770
commit 5613b1b470

View File

@ -26,9 +26,6 @@ install=
source=("git+${url}.git")
md5sums=('SKIP')
# Please refer to the 'USING VCS SOURCES' section of the PKGBUILD man page for
# a description of each element in the source array.
pkgver() {
cd "$srcdir/${_pkgname}"
@ -37,7 +34,6 @@ pkgver() {
build() {
cd "$srcdir/${_pkgname}"
# python -m build --wheel --no-isolation
python setup.py build
}