summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2020-04-15 11:56:46 +1000
committerMark Blakeney2020-04-15 11:56:46 +1000
commitc3e77d6f64e8c8f8d2b200d3a275868f339b34c5 (patch)
tree6d4b8b1c9451966b048aef27fe129ec9c4f53448
parent66f3c8534eb19b4e0d0cacb3dbcea80029bd881c (diff)
downloadaur-c3e77d6f64e8c8f8d2b200d3a275868f339b34c5.tar.gz
Update to 1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9b5b6e8eb8b..bf15441dc1a4 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.0
+ pkgver = 1.1
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.0.tar.gz::https://github.com/bulletmark/dbus-action/archive/1.0.tar.gz
- md5sums = bc39aad2989bba541b467f5426ef3334
+ source = dbus-action-1.1.tar.gz::https://github.com/bulletmark/dbus-action/archive/1.1.tar.gz
+ md5sums = bdc1f215f186149db81e1d420e753996
pkgname = dbus-action
diff --git a/PKGBUILD b/PKGBUILD
index 8af245c7e22f..9fc6457bf767 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: mark.blakeney at bullet-systems dot net
pkgname=dbus-action
-pkgver=1.0
+pkgver=1.1
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=('bc39aad2989bba541b467f5426ef3334')
+md5sums=('bdc1f215f186149db81e1d420e753996')
package() {
cd "$pkgname-$pkgver"