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 }