summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9691590838fe..d3b2551c7be1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Feb 27 09:11:02 UTC 2020
+# Tue Mar 10 16:56:57 UTC 2020
pkgbase = kwin-lowlatency
pkgdesc = the compositor, with added stutter/latency reductions
- pkgver = 5.18.2
- pkgrel = 2
+ pkgver = 5.18.3
+ pkgrel = 1
url = https://github.com/tildearrow/kwin-lowlatency
install = kwin-lowlatency.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 42dd62a28741..056c668b65fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=kwin-lowlatency
-pkgver=5.18.2
-pkgrel=2
+pkgver=5.18.3
+pkgrel=1
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 v5.18.2-2
+ git checkout v$pkgver
cd ..
mkdir -p build
}