summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Courtis2020-05-16 14:49:27 +1000
committerAlexander Courtis2020-05-16 14:49:27 +1000
commit00eb88fb73dc4fc1a3aeac08a79b81f13acc7837 (patch)
tree045975a06a7b2d822bc6e71b7cd4a9beed4d1526 /PKGBUILD
parent7802b9165b01efceabb868d47c14a269e75b2b21 (diff)
downloadaur-00eb88fb73dc4fc1a3aeac08a79b81f13acc7837.tar.gz
patch release to be compatible with the latest system headers
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2cce41ea18c1..50715d0601da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexander Courtis <alex@courtis.org>
pkgname=xlayoutdisplay
-pkgver=1.1.1
+pkgver=1.1.2
pkgrel=0
pkgdesc="Detects and arranges linux display outputs, using XRandR for detection and xrandr for arrangement."
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('Apache')
depends=('xorg-xrandr' 'xorg-xrdb' 'libxcursor')
makedepends=('git' 'cmake' 'boost')
source=("https://github.com/alex-courtis/xlayoutdisplay/archive/v$pkgver.tar.gz")
-sha256sums=('c04dd4648f220b9e779dba110b14eb7afb56b42bc354584a8108b60ff9dec929')
+sha256sums=('93175a25224c0e9f6c3be5014d05183114b46f6bf3115efdc86ea8756848dc25')
build() {
cd "$pkgname-$pkgver"