summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 98991a3f2c3d..75c910ebbed0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Alexander Courtis <alex@courtis.org>
pkgname=way-displays
-pkgver=1.2.0
+pkgver=1.2.1
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.2.0.tar.gz")
-sha256sums=('f1d651c1e26de288594dd19e81f09318fec0aedc5b9d04e31cec6251b8692804')
-install=way-displays-1_2_0.install
+source=("https://github.com/alex-courtis/way-displays/archive/refs/tags/1.2.1.tar.gz")
+sha256sums=('a6416e2207a5e5ddf747cc4cfef6c4b37ebe37aa6684ef6e47ef1d274e747949')
+install=way-displays-1_2.install
build() {
cd "$pkgname-$pkgver"