summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Pereira2022-10-20 16:39:11 -0300
committerDaniel Pereira2022-10-20 16:39:11 -0300
commit2df3f0167ac68ed640880d3b8e6655a15f71309f (patch)
tree4237d91229f0ce253c669279c71b83ecf0b00631
parent243f7c5b8adeb031215dd4c3ab86ee295d210d8f (diff)
downloadaur-2df3f0167ac68ed640880d3b8e6655a15f71309f.tar.gz
feat: update to 0.6.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bb06559314b..2bfb79335d0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wmcompanion
pkgdesc = Desktop system event listener for minimal window manager users
- pkgver = 0.5.0
+ pkgver = 0.6.0
pkgrel = 1
url = https://github.com/kriansa/wmcompanion
arch = any
@@ -9,7 +9,8 @@ pkgbase = wmcompanion
makedepends = python-installer
depends = python
depends = python-dbus-next
- source = https://github.com/kriansa/wmcompanion/archive/v0.5.0.tar.gz
- sha256sums = 29429cb1b2200cabc904b2d2b45741efaf8783d22ed0bc2f75506c47e7e59cf3
+ optdepends = python-xcffib: X11 functionality
+ source = https://github.com/kriansa/wmcompanion/archive/v0.6.0.tar.gz
+ sha256sums = d030368d4de366443c3eb009c20e672c4532dddafdcbbde47d6f39f9f765821e
pkgname = wmcompanion
diff --git a/PKGBUILD b/PKGBUILD
index 4da4795acf87..f8580e647e31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Pereira <daniel@garajau.com.br>
pkgname=wmcompanion
-pkgver=0.5.0
+pkgver=0.6.0
pkgrel=1
pkgdesc="Desktop system event listener for minimal window manager users"
url="https://github.com/kriansa/wmcompanion"
@@ -9,8 +9,9 @@ arch=(any)
license=(Apache)
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=(29429cb1b2200cabc904b2d2b45741efaf8783d22ed0bc2f75506c47e7e59cf3)
+sha256sums=(d030368d4de366443c3eb009c20e672c4532dddafdcbbde47d6f39f9f765821e)
build() {
cd "$pkgname-$pkgver" || exit 1