summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Courtis2022-01-07 15:46:09 +1100
committerAlexander Courtis2022-01-07 15:46:09 +1100
commitf0fde391c629096d055c30a866bf37d730026e8d (patch)
tree05406515b424367f267cf5495f71c184b91817bf /PKGBUILD
parentf9d8175389130d215fff73b0af3c7de61355b786 (diff)
downloadaur-f0fde391c629096d055c30a866bf37d730026e8d.tar.gz
1.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cbb982a175af..98991a3f2c3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexander Courtis <alex@courtis.org>
pkgname=way-displays
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
pkgdesc="way-displays: Auto Manage Your Wayland Displays"
arch=('x86_64')
@@ -8,9 +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.1.0.tar.gz")
-sha256sums=('29f712c52efd971264f3b49f896f3c73e9c5726430c8a03c234825ed9fb84641')
-install=way-displays-1_1_0.install
+source=("https://github.com/alex-courtis/way-displays/archive/refs/tags/1.2.0.tar.gz")
+sha256sums=('f1d651c1e26de288594dd19e81f09318fec0aedc5b9d04e31cec6251b8692804')
+install=way-displays-1_2_0.install
build() {
cd "$pkgname-$pkgver"