summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53b3e2a06017..da0b2646b4c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexander Courtis <alex@courtis.org>
pkgname=xlayoutdisplay
-pkgver=1.2.0
+pkgver=1.3.0
pkgrel=1
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' 'make' 'boost')
source=("https://github.com/alex-courtis/xlayoutdisplay/archive/v$pkgver.tar.gz")
-sha256sums=('117c498936e6b3e9a8e36ef0bc6c086ccd1059499b894c4f971f2782de0a3044')
+sha256sums=('c203de2b61309b7fdaab96a3338d1877718150f7ab4c21bee78a29d99b482c92')
build() {
cd "$pkgname-$pkgver"