summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
-rw-r--r--install9
3 files changed, 11 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad29e8026c82..0e6bc6fadef1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xlayoutdisplay
pkgdesc = Detects and arranges linux display outputs, using XRandR for detection and xrandr for arrangement.
- pkgver = 1.4.0
- pkgrel = 2
+ pkgver = 1.5.0
+ pkgrel = 1
url = https://github.com/alex-courtis/xlayoutdisplay
install = install
arch = x86_64
@@ -12,8 +12,7 @@ pkgbase = xlayoutdisplay
depends = xorg-xrandr
depends = xorg-xrdb
depends = libxcursor
- depends = libprocps
- source = https://github.com/alex-courtis/xlayoutdisplay/archive/v1.4.0.tar.gz
- sha256sums = f369c6c47134079a0c2ef3c42775816a732b1ec52fe97c015f807bcf1a7d1775
+ source = https://github.com/alex-courtis/xlayoutdisplay/archive/v1.5.0.tar.gz
+ sha256sums = 40b832e2845689dfc2bb5b8b53e9f5300f22fbbb0698830d8ff73562d47a6b84
pkgname = xlayoutdisplay
diff --git a/PKGBUILD b/PKGBUILD
index 131e7b5b245d..dfd61e068436 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Alexander Courtis <alex@courtis.org>
pkgname=xlayoutdisplay
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.5.0
+pkgrel=1
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' 'libprocps')
+depends=('xorg-xrandr' 'xorg-xrdb' 'libxcursor')
makedepends=('git' 'make' 'boost')
source=("https://github.com/alex-courtis/xlayoutdisplay/archive/v$pkgver.tar.gz")
-sha256sums=('f369c6c47134079a0c2ef3c42775816a732b1ec52fe97c015f807bcf1a7d1775')
+sha256sums=('40b832e2845689dfc2bb5b8b53e9f5300f22fbbb0698830d8ff73562d47a6b84')
install=install
build() {
diff --git a/install b/install
index 2d437a9d4456..5ba58e5b9b7c 100644
--- a/install
+++ b/install
@@ -32,12 +32,9 @@ magen() {
}
post_install() {
- yello "xlayoutdisplay 1.4.0"
- blue "New argument: -w"
- green " -w [ --wait ] arg wait seconds before running"
- blue "New feature: udev rule"
- plain " https://github.com/alex-courtis/xlayoutdisplay#automatically-detect-new-display"
- plain " /usr/share/doc/xlayoutdisplay/99-xlayoutdisplay.rules"
+ yello "xlayoutdisplay 1.5.0"
+ green "Compatibility"
+ blue " #31${all_off} remove procps dependency"
plain ""
}