summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElio Duarte2018-12-30 20:55:03 -0200
committerElio Duarte2018-12-30 20:55:03 -0200
commitbeceb7e6b6df9ff9cd031d218033f19385089fbd (patch)
tree87317ae13608fc96f8e8e706b011c459ab7a0cf6
parent06499d43b86c8da6aee135cf07eab13d66f97042 (diff)
downloadaur-beceb7e6b6df9ff9cd031d218033f19385089fbd.tar.gz
Update version to 0.9.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2244df1535c..4f66bf116037 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue May 9 02:29:34 UTC 2017
pkgbase = tomate-notify-plugin
pkgdesc = Tomate plugin that shows screen notifications
- pkgver = 0.8.0
+ pkgver = 0.9.0
pkgrel = 1
url = https://github.com/eliostvs/tomate-notify-plugin
install = tomate-notify-plugin.install
@@ -16,8 +14,8 @@ pkgbase = tomate-notify-plugin
depends = python
depends = tomate-gtk
options = !emptydirs
- source = https://github.com/eliostvs/tomate-notify-plugin/archive/0.8.0.tar.gz
- md5sums = 7e3f46f43fb4bd384f7e312878208fc4
+ source = https://github.com/eliostvs/tomate-notify-plugin/archive/0.9.0.tar.gz
+ md5sums = 12ac51c25823d0b6e31a7e54ef1c3b46
pkgname = tomate-notify-plugin
diff --git a/PKGBUILD b/PKGBUILD
index 19a244bddb9a..7ca63a741884 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Elio Esteves Duarte <elio.esteves.duarte@gmail.com>
pkgname=tomate-notify-plugin
-pkgver=0.8.0
+pkgver=0.9.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=('7e3f46f43fb4bd384f7e312878208fc4')
+md5sums=('12ac51c25823d0b6e31a7e54ef1c3b46')
install=tomate-notify-plugin.install
package() {