summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Courtis2024-01-20 15:48:47 +1100
committerAlexander Courtis2024-01-20 15:48:47 +1100
commite4adb380b6c3d671ed0240012c56ce3ac980831e (patch)
treea3d7ffe9ca67a433d84974f613f8049a2a380f24
parentd3fb1bb5698c845ebb198bf7cb39b8df688932e2 (diff)
downloadaur-e4adb380b6c3d671ed0240012c56ce3ac980831e.tar.gz
1.10.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--way-displays.install4
3 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 469bc2b93961..349f0483371e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = way-displays
pkgdesc = way-displays: Auto Manage Your Wayland Displays
- pkgver = 1.10.0
- pkgrel = 2
+ pkgver = 1.10.1
+ pkgrel = 1
url = https://github.com/alex-courtis/way-displays
install = way-displays.install
arch = x86_64
@@ -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.0.tar.gz
- sha256sums = 78fc8949d1a4ccf7982bd2844de52b4d2dd3821c1db86d1ace088d0822498e1a
+ source = https://github.com/alex-courtis/way-displays/archive/refs/tags/1.10.1.tar.gz
+ sha256sums = f9b8c3e8e1bad30697956b89da4aafc2d0cdc895bf8d5e114a72f7fa9f8d62bb
pkgname = way-displays
diff --git a/PKGBUILD b/PKGBUILD
index 701e4f3b306b..5bcb20381b5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander Courtis <alex@courtis.org>
pkgname=way-displays
-pkgver=1.10.0
-pkgrel=2
+pkgver=1.10.1
+pkgrel=1
pkgdesc="way-displays: Auto Manage Your Wayland Displays"
arch=('x86_64')
url="https://github.com/alex-courtis/way-displays"
@@ -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=('78fc8949d1a4ccf7982bd2844de52b4d2dd3821c1db86d1ace088d0822498e1a')
+sha256sums=('f9b8c3e8e1bad30697956b89da4aafc2d0cdc895bf8d5e114a72f7fa9f8d62bb')
install=way-displays.install
build() {
diff --git a/way-displays.install b/way-displays.install
index e2b1e2357fbd..012da09f26d2 100644
--- a/way-displays.install
+++ b/way-displays.install
@@ -39,6 +39,10 @@ post_install() {
blue "Bug Fixes:"
plain " ${magenta}#147${all_off} retry after cancellations up to 3 times by @alex-courtis in ${green}#149${all_off}"
plain ""
+ yello "1.10.1"
+ blue "Bug Fixes:"
+ plain " ${magenta}#147${all_off} retry up to 25 cancellations, complete resolution incoming in ${green}#154${all_off}"
+ plain ""
}
post_upgrade() {