summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Clayfield2023-09-12 10:50:29 +1000
committerMichael Clayfield2023-09-12 10:50:29 +1000
commiteeed4111a9239462acf9f7e169de6dcf9d097ed2 (patch)
tree74ad4bc7805bb4001b7008c76db7fb8a4c76563d
parent51c4bd5e56a0d6f647914b4062a1e3765a06916d (diff)
downloadaur-eeed4111a9239462acf9f7e169de6dcf9d097ed2.tar.gz
Updated to v0.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b5d51e82fbe..9959ff9680ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = hyprland-activewindow
pkgdesc = A multi-monitor aware Hyprland active window title outputer.
- pkgver = 0.4.2
+ pkgver = 0.4.3
pkgrel = 1
url = https://github.com/FieldofClay/hyprland-activewindow
arch = x86_64
license = MIT
makedepends = cargo
depends = hyprland
- source = https://github.com/FieldofClay/hyprland-activewindow/archive/refs/tags/v0.4.2.tar.gz
- sha256sums = e7bf8bcf3828711b3caa72fd4dfb3b062c56f4821b3e84b362932fc53b993336
+ source = https://github.com/FieldofClay/hyprland-activewindow/archive/refs/tags/v0.4.3.tar.gz
+ sha256sums = aa35daf252cd53f6e3dcb6bd5c1459a3ce5a199f91c36c58827c6d32f76763f0
pkgname = hyprland-activewindow
diff --git a/PKGBUILD b/PKGBUILD
index fc4194ac1316..96e54d4ce1b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Clayfield <me asdf michaelclayfield asdf com asdf>
pkgname=hyprland-activewindow
-pkgver=0.4.2
+pkgver=0.4.3
pkgrel=1
pkgdesc="A multi-monitor aware Hyprland active window title outputer."
url="https://github.com/FieldofClay/hyprland-activewindow"
@@ -10,7 +10,7 @@ depends=('hyprland')
arch=('x86_64')
license=('MIT')
source=("https://github.com/FieldofClay/hyprland-activewindow/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('e7bf8bcf3828711b3caa72fd4dfb3b062c56f4821b3e84b362932fc53b993336')
+sha256sums=('aa35daf252cd53f6e3dcb6bd5c1459a3ce5a199f91c36c58827c6d32f76763f0')
build() {
cd "$pkgname-$pkgver"