summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Courtis2023-07-08 13:43:36 +1000
committerAlexander Courtis2023-07-08 13:43:36 +1000
commitadc2cbd5d875d5071a3abe89d729e0dad9c23f15 (patch)
tree52a08235cac0dbda9bbe4030cb605c3338a5dc0e /PKGBUILD
parent7df659d1713d40fd33088944f1bb099390f03665 (diff)
downloadaur-adc2cbd5d875d5071a3abe89d729e0dad9c23f15.tar.gz
1.4.0-2 add libprocps dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb04febc841f..131e7b5b245d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Alexander Courtis <alex@courtis.org>
pkgname=xlayoutdisplay
pkgver=1.4.0
-pkgrel=1
+pkgrel=2
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')
+depends=('xorg-xrandr' 'xorg-xrdb' 'libxcursor' 'libprocps')
makedepends=('git' 'make' 'boost')
source=("https://github.com/alex-courtis/xlayoutdisplay/archive/v$pkgver.tar.gz")
sha256sums=('f369c6c47134079a0c2ef3c42775816a732b1ec52fe97c015f807bcf1a7d1775')