summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {