summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElio Esteves Duarte2021-04-23 11:23:55 -0300
committerElio Esteves Duarte2021-04-23 11:23:55 -0300
commit5d84e04e78484bf25ab914b57bd04ba9e7de5153 (patch)
treecaee214417584dc2826499405260cefdac42c02a
parentf94486a1c0177513561bcbfbf3e05c6f8442247a (diff)
downloadaur-5d84e04e78484bf25ab914b57bd04ba9e7de5153.tar.gz
Update version to 0.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59a31894026a..9c6d92d28f18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tomate-notify-plugin
pkgdesc = Tomate plugin that shows screen notifications
- pkgver = 0.11.0
+ pkgver = 0.13.0
pkgrel = 1
url = https://github.com/eliostvs/tomate-notify-plugin
install = tomate-notify-plugin.install
@@ -14,8 +14,8 @@ pkgbase = tomate-notify-plugin
depends = python
depends = tomate-gtk
options = !emptydirs
- source = https://github.com/eliostvs/tomate-notify-plugin/archive/0.11.0.tar.gz
- md5sums = dc5038aaed2540be6ace2b84099c132d
+ source = https://github.com/eliostvs/tomate-notify-plugin/archive/0.13.0.tar.gz
+ md5sums = be413223a5442a443a7f77e043783962
pkgname = tomate-notify-plugin
diff --git a/PKGBUILD b/PKGBUILD
index 32e2675efc37..531d44031e1b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Elio Esteves Duarte <elio.esteves.duarte@gmail.com>
pkgname=tomate-notify-plugin
-pkgver=0.11.0
+pkgver=0.13.0
pkgrel=1
pkgdesc="Tomate plugin that shows screen notifications"
arch=('any')
@@ -15,7 +15,7 @@ depends=('gtk-update-icon-cache'
makedepends=('python-setuptools')
options=(!emptydirs)
source=("https://github.com/eliostvs/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('dc5038aaed2540be6ace2b84099c132d')
+md5sums=('be413223a5442a443a7f77e043783962')
install=tomate-notify-plugin.install
package() {