summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60c62d2d5efd..1b0f46e49bce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dbus-action
pkgdesc = Watch D-Bus to action configured commands on specific events
- pkgver = 1.4
+ pkgver = 1.5
pkgrel = 1
url = https://github.com/bulletmark/dbus-action
arch = any
@@ -11,8 +11,8 @@ pkgbase = dbus-action
depends = python-dbus
depends = python-ruamel-yaml
backup = etc/dbus-action.conf
- source = dbus-action-1.4.tar.gz::https://github.com/bulletmark/dbus-action/archive/1.4.tar.gz
- md5sums = 7ddc57c3dd647a9bc298ac5c9f56aa56
+ source = dbus-action-1.5.tar.gz::https://github.com/bulletmark/dbus-action/archive/1.5.tar.gz
+ md5sums = 68a6ec5268007308c0fa737d7780e5b3
pkgname = dbus-action
diff --git a/PKGBUILD b/PKGBUILD
index 9e421e0d38d5..22c525bd7180 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=dbus-action
-pkgver=1.4
+pkgver=1.5
pkgrel=1
pkgdesc="Watch D-Bus to action configured commands on specific events"
url="https://github.com/bulletmark/$pkgname"
@@ -10,7 +10,7 @@ depends=("python>=3.6" "gtk3" "python-gobject" "python-dbus"
"python-ruamel-yaml")
backup=("etc/$pkgname.conf")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-md5sums=('7ddc57c3dd647a9bc298ac5c9f56aa56')
+md5sums=('68a6ec5268007308c0fa737d7780e5b3')
package() {
cd "$pkgname-$pkgver"