summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Courtis2018-04-01 01:32:05 +1100
committerAlexander Courtis2018-04-01 01:32:05 +1100
commitc450d524952b9d5312ace732647da61824089622 (patch)
tree86d071cdf665e3af4da77650d2b3996c1a205dc7
parentc959b07ee44f77ff02b182f1e353700832d345ff (diff)
downloadaur-c450d524952b9d5312ace732647da61824089622.tar.gz
1.0.2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ed5f3011429..8fc92f26fa16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = xlayoutdisplay
depends = libxcursor
depends = boost-libs
source = https://github.com/alex-courtis/xlayoutdisplay/archive/v1.0.2.tar.gz
- sha256sums = 150d410d30281e753b4342fa8f26f34cbfdfa070241388403004ddb988c1cc42
+ sha256sums = 5d753f1b0f626daf9e8af4c4200a81ddadb6930a98270ccf3e284988102814f6
pkgname = xlayoutdisplay
diff --git a/PKGBUILD b/PKGBUILD
index 698ed3b5da5b..760ee10a460d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('Apache')
depends=('xorg-xrandr' 'xorg-xrdb' 'libxcursor' 'boost-libs')
makedepends=('git' 'cmake' 'boost')
source=("https://github.com/alex-courtis/xlayoutdisplay/archive/v$pkgver.tar.gz")
-sha256sums=('150d410d30281e753b4342fa8f26f34cbfdfa070241388403004ddb988c1cc42')
+sha256sums=('5d753f1b0f626daf9e8af4c4200a81ddadb6930a98270ccf3e284988102814f6')
build() {
cd "$pkgname-$pkgver"