summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Courtis2018-03-31 23:27:02 +1100
committerAlexander Courtis2018-03-31 23:27:02 +1100
commitbe0c615f1201b1efbab7946cec557724bdb90f50 (patch)
treecd04dab3b79f511d0dfb4c6e21bda6d693713dc6 /PKGBUILD
parent16138936439c33111dfb520bf84bfcc15b192e85 (diff)
downloadaur-be0c615f1201b1efbab7946cec557724bdb90f50.tar.gz
only require boost headers for compilation, not runtime
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a3ace4957339..e269097e2ba2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgdesc="Detects and arranges linux display outputs, using XRandR for detection
arch=('x86_64')
url="https://github.com/alex-courtis/xlayoutdisplay"
license=('Apache')
-depends=('xorg-xrandr' 'xorg-xrdb' 'libxcursor' 'boost')
-makedepends=('git' 'cmake')
+depends=('xorg-xrandr' 'xorg-xrdb' 'libxcursor' 'boost-libs')
+makedepends=('git' 'cmake' 'boost')
source=("https://github.com/alex-courtis/xlayoutdisplay/archive/v$pkgver.tar.gz")
sha256sums=('150d410d30281e753b4342fa8f26f34cbfdfa070241388403004ddb988c1cc42')