summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe0199b96e91..42dd62a28741 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=kwin-lowlatency
pkgver=5.18.2
-pkgrel=1
+pkgrel=2
pkgdesc='the compositor, with added stutter/latency reductions'
arch=(x86_64)
url='https://github.com/tildearrow/kwin-lowlatency'
@@ -22,7 +22,7 @@ install=$pkgname.install
prepare() {
cd "$pkgname"
- git checkout v$pkgver
+ git checkout v5.18.2-2
cd ..
mkdir -p build
}