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 39bdf8087c13..cf0961c9a931 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Pereira <daniel@garajau.com.br>
pkgname=wmcompanion
-pkgver=0.6.2
+pkgver=0.6.3
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=(b8fdfb2585f432446af7852ba31d112b8716dae36392034fa39501bc8b8a406c)
+sha256sums=(513db39d3f17dee6c185931574e37d2db9623f07e4dd901bc5505ef7b39b0958)
build() {
cd "$pkgname-$pkgver" || exit 1