summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d4b86cd25e3..1dc7b2357fb3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = solaar-git
pkgdesc = Linux device manager for a wide range of Logitech devices
pkgver = 1.1.13.r2.g9d2cedbe
- pkgrel = 1
+ pkgrel = 2
url = https://pwr-solaar.github.io/Solaar/
arch = any
license = GPL-2.0-or-later
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
}