summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Courtis2022-12-16 16:35:47 +1100
committerAlexander Courtis2022-12-16 16:35:47 +1100
commit49153953dd49f093062c8c58273746e327011c2f (patch)
tree3787109c0e8e427865fc127bdb95b538cd66e047
parent9703e96fd5eb4cb827ea6f626b57defef2a0004f (diff)
downloadaur-49153953dd49f093062c8c58273746e327011c2f.tar.gz
1.6.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 b7cb17ea8222..a75fca7d2ead 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = way-displays
pkgdesc = way-displays: Auto Manage Your Wayland Displays
- pkgver = 1.6.1
+ pkgver = 1.6.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.6.1.tar.gz
- sha256sums = c5beba933e2f1f558c23fe04ddc62c48170c0221e9db80b5755bd5df7ae3acf3
+ source = https://github.com/alex-courtis/way-displays/archive/refs/tags/1.6.2.tar.gz
+ sha256sums = 4a9dd91c05eabe359e4c81c455dfc2151b6b077950608cb63faeb975f4cf65ec
pkgname = way-displays
diff --git a/PKGBUILD b/PKGBUILD
index b068f8110369..547330e9b539 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexander Courtis <alex@courtis.org>
pkgname=way-displays
-pkgver=1.6.1
+pkgver=1.6.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=('c5beba933e2f1f558c23fe04ddc62c48170c0221e9db80b5755bd5df7ae3acf3')
+sha256sums=('4a9dd91c05eabe359e4c81c455dfc2151b6b077950608cb63faeb975f4cf65ec')
install=way-displays.install
build() {
diff --git a/way-displays.install b/way-displays.install
index 37333191e189..79f61e083c5c 100644
--- a/way-displays.install
+++ b/way-displays.install
@@ -66,6 +66,10 @@ post_install() {
yello "1.6.1"
plain "${blue}#53${all_off} wlroots 0.16.0 compatibility"
plain ""
+ yello "1.6.2"
+ plain "${blue}#56${all_off} handle missing head fields on way-displays -g"
+ plain "Print head fields: make, model, serial"
+ plain ""
}
post_upgrade() {