summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Pereira2023-05-03 16:36:01 -0300
committerDaniel Pereira2023-05-03 16:36:01 -0300
commit0e54280d366df5e424c96a917361cde3b71deb9b (patch)
tree97e45514fa0baf2f5007e54f0aff5ae0b2c25d82 /PKGBUILD
parent1fbf62d41fd6cbd5db9033c761a98782609e2dd0 (diff)
downloadaur-0e54280d366df5e424c96a917361cde3b71deb9b.tar.gz
feat: update to 0.6.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf0961c9a931..b465d4b812d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Pereira <daniel@garajau.com.br>
pkgname=wmcompanion
-pkgver=0.6.3
+pkgver=0.6.4
pkgrel=1
pkgdesc="Desktop system event listener for minimal window manager users"
url="https://github.com/kriansa/wmcompanion"
@@ -11,7 +11,7 @@ depends=(python python-dbus-next)
makedepends=(python-poetry python-installer)
optdepends=('python-xcffib: X11 functionality')
source=("https://github.com/kriansa/wmcompanion/archive/v${pkgver}.tar.gz")
-sha256sums=(513db39d3f17dee6c185931574e37d2db9623f07e4dd901bc5505ef7b39b0958)
+sha256sums=(4641545d5747e78ee84a03f5e854853ed29abfa83f91ed15d589d0df502a27c3)
build() {
cd "$pkgname-$pkgver" || exit 1