From 5613b1b470f3829c6556cd78d2049ff0202479d9 Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Thu, 28 Dec 2023 19:35:38 +0100 Subject: [PATCH] Cleanup --- kalamine-git/PKGBUILD | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kalamine-git/PKGBUILD b/kalamine-git/PKGBUILD index 21f068d..56900fc 100644 --- a/kalamine-git/PKGBUILD +++ b/kalamine-git/PKGBUILD @@ -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 }