summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxime Poulin2024-05-13 01:11:05 -0600
committerMaxime Poulin2024-05-13 01:11:05 -0600
commit76dea013ddf9a694f353a8d3034bd54aa57a087c (patch)
tree78488ebee7150ded8b60154d02193abc12063343 /PKGBUILD
parent2a808d8af40cf0f22811df859347e78c0d1408f2 (diff)
downloadaur-solaar-git.tar.gz
Fix build *again*
Apparently -f isn't enough, because of the shell expansion also failing
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 62454d107b96..4029bc176822 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=solaar-git
pkgver=1.1.13.r2.g9d2cedbe
-pkgrel=1
+pkgrel=2
pkgdesc="Linux device manager for a wide range of Logitech devices"
url="https://pwr-solaar.github.io/Solaar/"
_url="https://github.com/pwr-Solaar/Solaar"
@@ -55,7 +55,7 @@ prepare() {
build() {
cd $pkgname
- rm -f dist/*.whl # clean up old builds so dist/*.whl works in package
+ rm -rf dist # clean up old builds so dist/*.whl works in package
python -m build --wheel --no-isolation
}