summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortildearrow2019-06-25 11:24:23 -0500
committertildearrow2019-06-25 11:24:23 -0500
commit12ce3730dd77045b2c0cf0d32d4362901233f83a (patch)
tree9d07c8ce3675664f20fe276a62ed5f1128064862
parent8cb248970e0193db63df9b085bdabdeeb87bb641 (diff)
downloadaur-12ce3730dd77045b2c0cf0d32d4362901233f83a.tar.gz
update for 5.16.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b23fac44305..3f2f6b25f21e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jun 18 18:35:59 UTC 2019
+# Tue Jun 25 16:24:13 UTC 2019
pkgbase = kwin-lowlatency
pkgdesc = the compositor, with added stutter/latency reductions
- pkgver = 5.16.1
+ pkgver = 5.16.2
pkgrel = 1
url = https://github.com/tildearrow/kwin-lowlatency
install = kwin-lowlatency.install
diff --git a/PKGBUILD b/PKGBUILD
index fd6dc017ff6e..9d1724ea5dad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=kwin-lowlatency
-pkgver=5.16.1
+pkgver=5.16.2
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.1
+ git checkout v5.16.2
cd ..
mkdir -p build
}