summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortildearrow2020-04-02 01:44:29 -0500
committertildearrow2020-04-02 01:44:29 -0500
commitcc20d63ddbacacb67e83db4e5b71dbdc124440fd (patch)
tree193f070d8413a99a269922140b99edc3115d1247
parent58da931ae3164acd21873606dfdb584e6f053530 (diff)
downloadaur-cc20d63ddbacacb67e83db4e5b71dbdc124440fd.tar.gz
april fools'
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f3eb6a5c8e5..f9fb02bee071 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Apr 1 05:43:48 UTC 2020
+# Thu Apr 2 06:44:25 UTC 2020
pkgbase = kwin-lowlatency
pkgdesc = the compositor, with added stutter/latency reductions
pkgver = 5.18.4
- 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 e10db8612c6a..e189a668aa38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=kwin-lowlatency
pkgver=5.18.4
-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,11 @@ install=$pkgname.install
prepare() {
cd "$pkgname"
- git checkout v$pkgver
+ if [ $pkgrel -gt 1 ]; then
+ git checkout v$pkgver-$pkgrel
+ else
+ git checkout v$pkgver
+ fi
cd ..
mkdir -p build
}