summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElio Duarte2019-03-02 08:08:22 -0300
committerElio Duarte2019-03-02 08:08:22 -0300
commitf94486a1c0177513561bcbfbf3e05c6f8442247a (patch)
tree86c97984374ae9fa51b6d8c8150fa7bd9175597d
parentc8321caca8397e0cc6f1ebc51aba5342938f09b7 (diff)
downloadaur-f94486a1c0177513561bcbfbf3e05c6f8442247a.tar.gz
Update version to 0.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1d7cb64b725..59a31894026a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tomate-notify-plugin
pkgdesc = Tomate plugin that shows screen notifications
- pkgver = 0.10.0
+ pkgver = 0.11.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.10.0.tar.gz
- md5sums = 8b1a2e42f070a52556dcf26205882df1
+ source = https://github.com/eliostvs/tomate-notify-plugin/archive/0.11.0.tar.gz
+ md5sums = dc5038aaed2540be6ace2b84099c132d
pkgname = tomate-notify-plugin
diff --git a/PKGBUILD b/PKGBUILD
index 75b0886cd084..32e2675efc37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Elio Esteves Duarte <elio.esteves.duarte@gmail.com>
pkgname=tomate-notify-plugin
-pkgver=0.10.0
+pkgver=0.11.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=('8b1a2e42f070a52556dcf26205882df1')
+md5sums=('dc5038aaed2540be6ace2b84099c132d')
install=tomate-notify-plugin.install
package() {