summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bea8abbf1657..58cd38cea6f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue May 9 02:26:13 UTC 2017
pkgbase = tomate-indicator-plugin
pkgdesc = Tomate plugin that shows the session progress in indicator
- pkgver = 0.8.0
+ pkgver = 0.9.0
pkgrel = 1
url = https://github.com/eliostvs/tomate-gtk
install = tomate-indicator-plugin.install
@@ -16,8 +14,8 @@ pkgbase = tomate-indicator-plugin
depends = python
depends = tomate-gtk
options = !emptydirs
- source = https://github.com/eliostvs/tomate-indicator-plugin/archive/0.8.0.tar.gz
- md5sums = a0818a72741617cdcdba28d34440b228
+ source = https://github.com/eliostvs/tomate-indicator-plugin/archive/0.9.0.tar.gz
+ md5sums = bc5c69b45eb6eb5220219df7a242c7ec
pkgname = tomate-indicator-plugin
diff --git a/PKGBUILD b/PKGBUILD
index ec66e1d05a04..9ee40ef0f827 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Elio Esteves Duarte <elio.esteves.duarte@gmail.com>
pkgname=tomate-indicator-plugin
-pkgver=0.8.0
+pkgver=0.9.0
pkgrel=1
pkgdesc="Tomate plugin that shows the session progress in indicator"
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=('a0818a72741617cdcdba28d34440b228')
+md5sums=('bc5c69b45eb6eb5220219df7a242c7ec')
install=tomate-indicator-plugin.install
package() {