summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortildearrow2019-09-03 12:30:12 -0500
committertildearrow2019-09-03 12:30:12 -0500
commitf80e2c2f06f3ebd847f2ad7950771b5253cae6b3 (patch)
treec02161592de775de67b34971cfa1f376ea342f6a
parent349900eadd9e72a499ec5e0004acf8bc2ec89958 (diff)
downloadaur-f80e2c2f06f3ebd847f2ad7950771b5253cae6b3.tar.gz
five
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 654ca8185cc5..c9112184b8e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jul 30 18:27:09 UTC 2019
+# Tue Sep 3 17:30:00 UTC 2019
pkgbase = kwin-lowlatency
pkgdesc = the compositor, with added stutter/latency reductions
- pkgver = 5.16.4
+ pkgver = 5.16.5
pkgrel = 1
url = https://github.com/tildearrow/kwin-lowlatency
install = kwin-lowlatency.install
diff --git a/PKGBUILD b/PKGBUILD
index a653fe0b53fe..05b0c4cc1805 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=kwin-lowlatency
-pkgver=5.16.4
+pkgver=5.16.5
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.16.4
+ git checkout v5.16.5
cd ..
mkdir -p build
}