summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 476845e8173e..9691590838fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Feb 25 15:15:08 UTC 2020
+# Thu Feb 27 09:11:02 UTC 2020
pkgbase = kwin-lowlatency
pkgdesc = the compositor, with added stutter/latency reductions
pkgver = 5.18.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/tildearrow/kwin-lowlatency
install = kwin-lowlatency.install
arch = x86_64
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
}