summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Courtis2022-04-10 12:58:00 +1000
committerAlexander Courtis2022-04-10 12:58:00 +1000
commit15e8e30be92a742c6a3bb75e815b25a6a50d7d80 (patch)
treeff69d535ebc65efe3f0e1439ed9efaca21fe6322
parent0644f225591e94d15035a0ea1ea837d2d77c3b15 (diff)
downloadaur-15e8e30be92a742c6a3bb75e815b25a6a50d7d80.tar.gz
1.5.2
-rw-r--r--PKGBUILD4
-rw-r--r--way-displays-1_5.install3
2 files changed, 5 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 49fb073c560c..f576d594df43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexander Courtis <alex@courtis.org>
pkgname=way-displays
-pkgver=1.5.1
+pkgver=1.5.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/way-displays/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('2489d2f304926e125763a9a0bab6aad86ad464c1e1a540d6f467de61f079b8e6')
+sha256sums=('7e4ce33cd55ae0a9822fabf45893db51e8131bc2fe84fed0be57621434c3b477')
install=way-displays-1_5.install
build() {
diff --git a/way-displays-1_5.install b/way-displays-1_5.install
index 4e0d50be1eda..2829775b1d3d 100644
--- a/way-displays-1_5.install
+++ b/way-displays-1_5.install
@@ -54,6 +54,9 @@ post_install() {
yello "1.5.1"
plain "${blue}#33${all_off} prevent infinite loop following some mode change failures"
plain ""
+ yello "1.5.2"
+ plain "${blue}#37${all_off} clang compilation failure"
+ plain ""
}
post_upgrade() {