summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Courtis2019-04-26 20:29:35 +1000
committerAlexander Courtis2019-04-26 20:29:35 +1000
commitef2bbde4c1b935b838b51a69eaa7f1da8ba2bbd5 (patch)
treecffa1e8173dfc221f8439c92153681b5308645a5
parentc450d524952b9d5312ace732647da61824089622 (diff)
downloadaur-ef2bbde4c1b935b838b51a69eaa7f1da8ba2bbd5.tar.gz
version 1.1.0: calculate DPI to nearest 12, no runtime need for boost
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 760ee10a460d..d0ce068fd38d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Alexander Courtis <alex@courtis.org>
pkgname=xlayoutdisplay
-pkgver=1.0.2
+pkgver=1.1.0
pkgrel=0
pkgdesc="Detects and arranges linux display outputs, using XRandR for detection and xrandr for arrangement."
arch=('x86_64')
url="https://github.com/alex-courtis/xlayoutdisplay"
license=('Apache')
-depends=('xorg-xrandr' 'xorg-xrdb' 'libxcursor' 'boost-libs')
+depends=('xorg-xrandr' 'xorg-xrdb' 'libxcursor')
makedepends=('git' 'cmake' 'boost')
source=("https://github.com/alex-courtis/xlayoutdisplay/archive/v$pkgver.tar.gz")
-sha256sums=('5d753f1b0f626daf9e8af4c4200a81ddadb6930a98270ccf3e284988102814f6')
+sha256sums=('803a67af320ddc4dacfd57f9dee21864a2670481a1cd4c76a4c9bfa42fd7cefb')
build() {
cd "$pkgname-$pkgver"