summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElio E. Duarte2017-05-08 21:29:41 -0500
committerElio E. Duarte2017-05-08 21:29:41 -0500
commit06499d43b86c8da6aee135cf07eab13d66f97042 (patch)
tree252ff95a4a128e617416c9b590e94558eba21231
parentbd69fb3d92bc56900c6661a9fdb33a0d705a186a (diff)
downloadaur-06499d43b86c8da6aee135cf07eab13d66f97042.tar.gz
Update version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f045e3d32381..f2244df1535c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat May 21 00:48:43 UTC 2016
+# Tue May 9 02:29:34 UTC 2017
pkgbase = tomate-notify-plugin
pkgdesc = Tomate plugin that shows screen notifications
- pkgver = 0.7.0
+ pkgver = 0.8.0
pkgrel = 1
url = https://github.com/eliostvs/tomate-notify-plugin
install = tomate-notify-plugin.install
@@ -16,8 +16,8 @@ pkgbase = tomate-notify-plugin
depends = python
depends = tomate-gtk
options = !emptydirs
- source = https://github.com/eliostvs/tomate-notify-plugin/archive/0.7.0.tar.gz
- md5sums = da2f36af550ea066928ada2e11e79abb
+ source = https://github.com/eliostvs/tomate-notify-plugin/archive/0.8.0.tar.gz
+ md5sums = 7e3f46f43fb4bd384f7e312878208fc4
pkgname = tomate-notify-plugin
diff --git a/PKGBUILD b/PKGBUILD
index 7ab46679e20f..19a244bddb9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Elio Esteves Duarte <elio.esteves.duarte@gmail.com>
pkgname=tomate-notify-plugin
-pkgver=0.7.0
+pkgver=0.8.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=('da2f36af550ea066928ada2e11e79abb')
+md5sums=('7e3f46f43fb4bd384f7e312878208fc4')
install=tomate-notify-plugin.install
package() {