summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Poulin2024-05-12 21:15:42 -0600
committerMaxime Poulin2024-05-12 21:15:42 -0600
commit2a808d8af40cf0f22811df859347e78c0d1408f2 (patch)
tree1045f3829346d825acad4543e3f7c25f74376b9a
parenta814390b6876271fe0b9d816a6e4ecda40ffdc68 (diff)
downloadaur-2a808d8af40cf0f22811df859347e78c0d1408f2.tar.gz
Fix clean builds that got broken by the fix for dirty builds
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec42577bac3e..3d4b86cd25e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = solaar-git
pkgdesc = Linux device manager for a wide range of Logitech devices
- pkgver = 1.1.13rc1.r2.gbfc06502
+ pkgver = 1.1.13.r2.g9d2cedbe
pkgrel = 1
url = https://pwr-solaar.github.io/Solaar/
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index b6eb71182a6e..62454d107b96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Victor Häggqvist <aur a snilius d com>
pkgname=solaar-git
-pkgver=1.1.13rc1.r2.gbfc06502
+pkgver=1.1.13.r2.g9d2cedbe
pkgrel=1
pkgdesc="Linux device manager for a wide range of Logitech devices"
url="https://pwr-solaar.github.io/Solaar/"
@@ -55,7 +55,7 @@ prepare() {
build() {
cd $pkgname
- rm dist/*.whl # clean up old builds so dist/*.whl works in package
+ rm -f dist/*.whl # clean up old builds so dist/*.whl works in package
python -m build --wheel --no-isolation
}