summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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