summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2023-09-13 16:22:47 +0800
committertaotieren2023-09-13 16:22:47 +0800
commit1ecd2c12b20cd3e2ac921208172180c82ed64329 (patch)
treeec34dad32b09afd28e48b655a5be8f06f28645c5
parent5fc7f8e07a5676775cd249e53561477ae63447e6 (diff)
downloadaur-1ecd2c12b20cd3e2ac921208172180c82ed64329.tar.gz
Update 1.6.3-4
-rw-r--r--PKGBUILD12
1 files changed, 1 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05b286a96e76..aba27a7b9c10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -57,17 +57,7 @@ noextract=()
sha256sums=('9d127beee846cf80cee7892375804ff1bc4b504922618b865447c916295301ba')
#validpgpkeys=()
-build() {
- cd "${srcdir}/KiBot-${pkgver}"
- python -m build --wheel --no-isolation
-}
-
-# check() {
-# cd "${srcdir}/KiBot-${pkgver}"
-# pytest
-# }
-
package() {
cd "${srcdir}/KiBot-${pkgver}"
- python -m installer --no-compile --destdir="${pkgdir}" dist/*.whl
+ python setup.py install --no-compile --root="$pkgdir"
}