summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2020-04-21 09:41:43 +1000
committerMark Blakeney2020-04-21 09:41:43 +1000
commit46ef6f64b1354362d690e1ca6f9e4a96deaf2e54 (patch)
tree7277757d46860b20c218ef913f62b17632e1f589
parent09dc716e9a9d806a35f7de4588c3246ff20a4140 (diff)
downloadaur-46ef6f64b1354362d690e1ca6f9e4a96deaf2e54.tar.gz
Update to 1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b865b7fdea70..aaf21691fdfc 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.2
+ pkgver = 1.3
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.2.tar.gz::https://github.com/bulletmark/dbus-action/archive/1.2.tar.gz
- md5sums = 838c406615a5f68e224bfd1d9c05699e
+ source = dbus-action-1.3.tar.gz::https://github.com/bulletmark/dbus-action/archive/1.3.tar.gz
+ md5sums = 98b2612460b8e644704d54bf183ae34b
pkgname = dbus-action
diff --git a/PKGBUILD b/PKGBUILD
index 8185f75eccde..0bedfb64b0bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=dbus-action
-pkgver=1.2
+pkgver=1.3
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=('838c406615a5f68e224bfd1d9c05699e')
+md5sums=('98b2612460b8e644704d54bf183ae34b')
package() {
cd "$pkgname-$pkgver"