summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2020-04-15 14:54:54 +1000
committerMark Blakeney2020-04-15 14:54:54 +1000
commit09dc716e9a9d806a35f7de4588c3246ff20a4140 (patch)
treecea341ee67fe6c5fb8a9615f3ebf0ba02bf11ec9
parentc3e77d6f64e8c8f8d2b200d3a275868f339b34c5 (diff)
downloadaur-09dc716e9a9d806a35f7de4588c3246ff20a4140.tar.gz
Update to 1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf15441dc1a4..b865b7fdea70 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.1
+ pkgver = 1.2
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.1.tar.gz::https://github.com/bulletmark/dbus-action/archive/1.1.tar.gz
- md5sums = bdc1f215f186149db81e1d420e753996
+ source = dbus-action-1.2.tar.gz::https://github.com/bulletmark/dbus-action/archive/1.2.tar.gz
+ md5sums = 838c406615a5f68e224bfd1d9c05699e
pkgname = dbus-action
diff --git a/PKGBUILD b/PKGBUILD
index 9fc6457bf767..8185f75eccde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=dbus-action
-pkgver=1.1
+pkgver=1.2
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=('bdc1f215f186149db81e1d420e753996')
+md5sums=('838c406615a5f68e224bfd1d9c05699e')
package() {
cd "$pkgname-$pkgver"