summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Courtis2018-04-01 01:30:00 +1100
committerAlexander Courtis2018-04-01 01:30:00 +1100
commitc959b07ee44f77ff02b182f1e353700832d345ff (patch)
tree1af56cdc571637ba294d0aad210073975a7cfbd0
parent2c602db144a6f2f981aa2186dfaa5f579a1f3a5f (diff)
downloadaur-c959b07ee44f77ff02b182f1e353700832d345ff.tar.gz
1.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d5aced49da4..4ed5f3011429 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.0.1
- pkgrel = 3
+ pkgver = 1.0.2
+ pkgrel = 0
url = https://github.com/alex-courtis/xlayoutdisplay
arch = x86_64
license = Apache
@@ -12,7 +12,7 @@ pkgbase = xlayoutdisplay
depends = xorg-xrdb
depends = libxcursor
depends = boost-libs
- source = https://github.com/alex-courtis/xlayoutdisplay/archive/v1.0.1.tar.gz
+ source = https://github.com/alex-courtis/xlayoutdisplay/archive/v1.0.2.tar.gz
sha256sums = 150d410d30281e753b4342fa8f26f34cbfdfa070241388403004ddb988c1cc42
pkgname = xlayoutdisplay
diff --git a/PKGBUILD b/PKGBUILD
index e269097e2ba2..698ed3b5da5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander Courtis <alex@courtis.org>
pkgname=xlayoutdisplay
-pkgver=1.0.1
-pkgrel=3
+pkgver=1.0.2
+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"