summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Pereira2022-07-30 21:31:42 -0300
committerDaniel Pereira2022-07-30 21:31:42 -0300
commit67df27e0838995bdcf837ff27dc6c95da341a9e5 (patch)
tree9fe811694bf6eabd2f70e28d40a5a4f360547400 /PKGBUILD
parent7b07d81f03cd9988e19c5a0cafb8037f957773ee (diff)
downloadaur-67df27e0838995bdcf837ff27dc6c95da341a9e5.tar.gz
feat: update to 0.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cbd4284ce68b..b86bf537aa20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Pereira <daniel@garajau.com.br>
pkgname=wmcompanion
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
pkgdesc="Desktop system event listener for minimal window manager users"
url="https://github.com/kriansa/wmcompanion"
@@ -10,7 +10,7 @@ license=(Apache)
depends=(python python-dbus-next)
makedepends=(python-poetry python-installer)
source=("https://github.com/kriansa/wmcompanion/archive/v${pkgver}.tar.gz")
-sha256sums=(f974f099e24aa8362b07bde35edf20d21563668cdd9a3a6333c979151ad7152d)
+sha256sums=(d4e74afba055b083460137d110668bbeb462d8fefc7b07b625b6c6b3927943ca)
build() {
cd "$pkgname-$pkgver" || exit 1