summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordeviantfero2024-01-30 13:33:39 -0600
committerdeviantfero2024-01-30 13:33:39 -0600
commit2ce3b0459cbea6eefe62bf8af112e49fb944b6e3 (patch)
tree8af0986c997a6ab35f7141cf21187b1b5b1d4a5f
parent876124651f626e7c7d2c18b3451adc02f3375b6c (diff)
downloadaur-2ce3b0459cbea6eefe62bf8af112e49fb944b6e3.tar.gz
Use isolated build
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 87128e38bcf0..012c62bf7b80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _gitname=wpgtk
pkgname="${_gitname}-git"
_gitbranch=master
_gitauthor=deviantfero # deviantfero
-pkgver=r871.4854f42
+pkgver=r912.4e2e8ff
pkgrel=1
pkgdesc="A gui wallpaper chooser that changes your WM theme, GTK theme and more"
url="https://github.com/${_gitauthor}/${_gitname}"
@@ -31,7 +31,7 @@ pkgver() {
build() {
cd "${srcdir}/${_gitname}"
- python -m build --wheel --no-isolation
+ python -m build --wheel
}
package() {