summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Courtis2019-11-09 18:32:34 +1100
committerAlexander Courtis2019-11-09 18:32:34 +1100
commitfd91601319b53dcddeec3014d82a295ee79f14de (patch)
treee78953ac9ac987c1520a9a04d76824571fac472e
parent07c3d8a7a322259416e5ffa9be7e391ad55b93c1 (diff)
downloadaur-fd91601319b53dcddeec3014d82a295ee79f14de.tar.gz
no functional changes; better detection of gtest/gmock during AUR installation
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d0ce068fd38d..2cce41ea18c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexander Courtis <alex@courtis.org>
pkgname=xlayoutdisplay
-pkgver=1.1.0
+pkgver=1.1.1
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=('803a67af320ddc4dacfd57f9dee21864a2670481a1cd4c76a4c9bfa42fd7cefb')
+sha256sums=('c04dd4648f220b9e779dba110b14eb7afb56b42bc354584a8108b60ff9dec929')
build() {
cd "$pkgname-$pkgver"