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 4f93b31ef553..08bc16dc0697 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 7 18:20:43 UTC 2020
+# Wed Feb 12 21:18:30 UTC 2020
pkgbase = kwin-lowlatency
pkgdesc = the compositor, with added stutter/latency reductions
- pkgver = 5.17.5
+ pkgver = 5.18.0
pkgrel = 1
url = https://github.com/tildearrow/kwin-lowlatency
install = kwin-lowlatency.install
diff --git a/PKGBUILD b/PKGBUILD
index ba861b56af9c..38b6a27b5885 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=kwin-lowlatency
-pkgver=5.17.5
+pkgver=5.18.0
pkgrel=1
pkgdesc='the compositor, with added stutter/latency reductions'
arch=(x86_64)
@@ -22,7 +22,7 @@ install=$pkgname.install
prepare() {
cd "$pkgname"
- git checkout v5.17.5
+ git checkout v$pkgver
cd ..
mkdir -p build
}