summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Courtis2024-01-21 14:29:10 +1100
committerAlexander Courtis2024-01-21 14:29:10 +1100
commit8c0033f3ed6544f999169abe953706efe17c6a15 (patch)
tree39288a6da68bc1e02552885707713a7bac213c65
parente4adb380b6c3d671ed0240012c56ce3ac980831e (diff)
downloadaur-8c0033f3ed6544f999169abe953706efe17c6a15.tar.gz
1.10.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--way-displays.install4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 349f0483371e..7f6c0ec52ed4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = way-displays
pkgdesc = way-displays: Auto Manage Your Wayland Displays
- pkgver = 1.10.1
+ pkgver = 1.10.2
pkgrel = 1
url = https://github.com/alex-courtis/way-displays
install = way-displays.install
@@ -13,7 +13,7 @@ pkgbase = way-displays
depends = wlroots
depends = libinput
depends = yaml-cpp
- source = https://github.com/alex-courtis/way-displays/archive/refs/tags/1.10.1.tar.gz
- sha256sums = f9b8c3e8e1bad30697956b89da4aafc2d0cdc895bf8d5e114a72f7fa9f8d62bb
+ source = https://github.com/alex-courtis/way-displays/archive/refs/tags/1.10.2.tar.gz
+ sha256sums = 8460c535f5d93f588f25b6e5a34c9b464989315bf779ef535823c0a3c4303c7b
pkgname = way-displays
diff --git a/PKGBUILD b/PKGBUILD
index 5bcb20381b5f..5a2789252da8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexander Courtis <alex@courtis.org>
pkgname=way-displays
-pkgver=1.10.1
+pkgver=1.10.2
pkgrel=1
pkgdesc="way-displays: Auto Manage Your Wayland Displays"
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('MIT')
depends=('wayland' 'wlroots' 'libinput' 'yaml-cpp')
makedepends=('git' 'make' 'gcc')
source=("https://github.com/alex-courtis/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('f9b8c3e8e1bad30697956b89da4aafc2d0cdc895bf8d5e114a72f7fa9f8d62bb')
+sha256sums=('8460c535f5d93f588f25b6e5a34c9b464989315bf779ef535823c0a3c4303c7b')
install=way-displays.install
build() {
diff --git a/way-displays.install b/way-displays.install
index 012da09f26d2..a7a003f89a5c 100644
--- a/way-displays.install
+++ b/way-displays.install
@@ -43,6 +43,10 @@ post_install() {
blue "Bug Fixes:"
plain " ${magenta}#147${all_off} retry up to 25 cancellations, complete resolution incoming in ${green}#154${all_off}"
plain ""
+ yello "1.10.2"
+ blue "Bug Fixes:"
+ plain " ${magenta}#153${all_off} revert cancellation behaviour to 1.9.0, awaiting comprehensive fix"
+ plain ""
}
post_upgrade() {