summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Courtis2021-10-20 11:11:44 +1100
committerAlexander Courtis2021-10-20 11:11:44 +1100
commit22c095270eec33e17a622e3812759d755c0889bb (patch)
tree5b991d11b240597dc5560f0c5b08e6d4417366e9 /PKGBUILD
parent02175df3763e9408a2250a4b225bfab49eba9ad2 (diff)
downloadaur-22c095270eec33e17a622e3812759d755c0889bb.tar.gz
1.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5fc7d7bf1d0f..571f2c4c57b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Alexander Courtis <alex@courtis.org>
pkgname=way-displays
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
-pkgdesc="way-displays: Manage Your Wayland Displays"
+pkgdesc="way-displays: Auto Manage Your Wayland Displays"
arch=('x86_64')
url="https://github.com/alex-courtis/way-displays"
license=('MIT')
depends=('wayland' 'wlroots' 'libinput' 'yaml-cpp')
makedepends=('git' 'make' 'gcc')
-source=("https://github.com/alex-courtis/way-displays/archive/refs/tags/1.0.1.tar.gz")
-sha256sums=('51c357664fdc9641f73999368b7d1cfe86e620f6f7f32e1eccf5fd48dcfbae72')
+source=("https://github.com/alex-courtis/way-displays/archive/refs/tags/1.0.2.tar.gz")
+sha256sums=('b5ce6cf1316746183f4856801e956df0d0b9012e089a96f7611667af62b602d8')
build() {
cd "$pkgname-$pkgver"