summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Clayfield2023-08-06 20:37:17 +1000
committerMichael Clayfield2023-08-06 20:37:17 +1000
commit5e0fd522bd4e080f702618f5c7da9edb8b6c250e (patch)
tree87989bb26b564d80520ea10b2f3fe5c7ec76d2c6
parentb3c591f90225d0856c28464a67f158bb1cd189ab (diff)
downloadaur-5e0fd522bd4e080f702618f5c7da9edb8b6c250e.tar.gz
Updated to v0.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91a116f4bd37..faa1f9a9947a 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.0
+ pkgver = 0.4.1
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.0.tar.gz
- sha256sums = 96718b35368c94039609b1363c8d8309af994e065e682dd19a20a8cdc513550d
+ source = https://github.com/FieldofClay/hyprland-activewindow/archive/refs/tags/v0.4.1.tar.gz
+ sha256sums = 90f5b16d76310096652092c1826188fa79575e9d2a5d72b2e316f23d4d251b1b
pkgname = hyprland-activewindow
diff --git a/PKGBUILD b/PKGBUILD
index 6015499f5aa6..3701779dea94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Clayfield <me asdf michaelclayfield asdf com asdf>
pkgname=hyprland-activewindow
-pkgver=0.4.0
+pkgver=0.4.1
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=('96718b35368c94039609b1363c8d8309af994e065e682dd19a20a8cdc513550d')
+sha256sums=('90f5b16d76310096652092c1826188fa79575e9d2a5d72b2e316f23d4d251b1b')
build() {
cd "$pkgname-$pkgver"