summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Courtis2021-11-04 13:29:54 +1100
committerAlexander Courtis2021-11-04 13:29:54 +1100
commitf9d8175389130d215fff73b0af3c7de61355b786 (patch)
tree37fd50c5543b03cb4d14fd407858b9dd41a5cf53 /PKGBUILD
parent22c095270eec33e17a622e3812759d755c0889bb (diff)
downloadaur-f9d8175389130d215fff73b0af3c7de61355b786.tar.gz
1.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 571f2c4c57b0..cbb982a175af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexander Courtis <alex@courtis.org>
pkgname=way-displays
-pkgver=1.0.2
+pkgver=1.1.0
pkgrel=1
pkgdesc="way-displays: Auto Manage Your Wayland Displays"
arch=('x86_64')
@@ -8,8 +8,9 @@ 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.2.tar.gz")
-sha256sums=('b5ce6cf1316746183f4856801e956df0d0b9012e089a96f7611667af62b602d8')
+source=("https://github.com/alex-courtis/way-displays/archive/refs/tags/1.1.0.tar.gz")
+sha256sums=('29f712c52efd971264f3b49f896f3c73e9c5726430c8a03c234825ed9fb84641')
+install=way-displays-1_1_0.install
build() {
cd "$pkgname-$pkgver"