summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElio E. Duarte2016-01-30 10:22:12 -0200
committerElio E. Duarte2016-01-30 10:22:12 -0200
commitaefaee799ec5f0033510f0b34ecda2c41e74c02b (patch)
tree33620769c8c295590244e167d5070664bf775672
parent0159dcecd07fab353141fc6c39a9edc9ed7a5972 (diff)
downloadaur-aefaee799ec5f0033510f0b34ecda2c41e74c02b.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 f5c8730b4be9..456b0c0d83b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jan 23 18:02:24 UTC 2016
+# Sat Jan 30 12:22:07 UTC 2016
pkgbase = tomate-indicator-plugin
pkgdesc = Tomate plugin that shows the session progress in indicator
- pkgver = 0.4.1
+ pkgver = 0.5.0
pkgrel = 1
url = https://github.com/eliostvs/tomate-gtk
install = tomate-indicator-plugin.install
@@ -16,8 +16,8 @@ pkgbase = tomate-indicator-plugin
depends = python
depends = tomate-gtk
options = !emptydirs
- source = https://github.com/eliostvs/tomate-indicator-plugin/archive/0.4.1.tar.gz
- md5sums = 86876c1b4e66e503a77cfde1a4c6836c
+ source = https://github.com/eliostvs/tomate-indicator-plugin/archive/0.5.0.tar.gz
+ md5sums = db1d69d4ce1ee8c3ded826c9a297b01e
pkgname = tomate-indicator-plugin
diff --git a/PKGBUILD b/PKGBUILD
index 0b491ee06174..c065573023fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Elio Esteves Duarte <elio.esteves.duarte@gmail.com>
pkgname=tomate-indicator-plugin
-pkgver=0.4.1
+pkgver=0.5.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=('86876c1b4e66e503a77cfde1a4c6836c')
+md5sums=('db1d69d4ce1ee8c3ded826c9a297b01e')
install=tomate-indicator-plugin.install
package() {