summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Courtis2018-03-31 22:40:18 +1100
committerAlexander Courtis2018-03-31 22:40:18 +1100
commit187d3eee99c384e914ef205e7f09b37790360d52 (patch)
tree04e11d01cb90a61fd802cfd9e8f6516063735d5a /PKGBUILD
parent03cda9d2ca9d6d013947f0d5f37ed71d117c85bf (diff)
downloadaur-187d3eee99c384e914ef205e7f09b37790360d52.tar.gz
whoops... use sha256sum instead of shasum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 66eb70155b95..b594e1228498 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander Courtis <alex@courtis.org>
pkgname=xlayoutdisplay
pkgver=1.0.1
-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"
@@ -9,7 +9,7 @@ license=('Apache')
depends=('xorg-xrandr' 'xorg-xrdb' 'libxcursor' 'boost')
makedepends=('git' 'cmake')
source=("https://github.com/alex-courtis/xlayoutdisplay/archive/v$pkgver.tar.gz")
-sha256sums=('09cad0583bb8e8287cfcd2ca386be5908ca7a1a2')
+sha256sums=('150d410d30281e753b4342fa8f26f34cbfdfa070241388403004ddb988c1cc42')
build() {
cd "$pkgname-$pkgver"