summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElio Duarte2019-02-02 17:15:27 -0200
committerElio Duarte2019-02-02 17:15:27 -0200
commitdb92ffff63369371a5212a3988c11a249db27606 (patch)
treea3f92cf02a04f4d8d91aef6acb624ba61b67f65a
parent606f87176aa30455a86ec245f454e182312cf353 (diff)
downloadaur-db92ffff63369371a5212a3988c11a249db27606.tar.gz
Update version to 0.9.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f94a4bb60e70..a87eb9dfb2cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tomate-gtk
pkgdesc = A timer for the Pomodoro Technique
- pkgver = 0.9.0
+ pkgver = 0.9.2
pkgrel = 1
url = https://github.com/eliostvs/tomate-gtk
install = tomate-gtk.install
@@ -14,8 +14,8 @@ pkgbase = tomate-gtk
depends = python
depends = python-tomate
options = !emptydirs
- source = https://github.com/eliostvs/tomate-gtk/archive/0.9.0.tar.gz
- md5sums = f0ecc6ee074024819666088682e4387a
+ source = https://github.com/eliostvs/tomate-gtk/archive/0.9.2.tar.gz
+ md5sums = c162c618b7a91bd0856532ec195910eb
pkgname = tomate-gtk
diff --git a/PKGBUILD b/PKGBUILD
index 5f74b4864913..d81cc8d8caf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Elio Esteves Duarte <elio.esteves.duarte@gmail.com>
pkgname=tomate-gtk
-pkgver=0.9.0
+pkgver=0.9.2
pkgrel=1
pkgdesc="A timer for the Pomodoro Technique"
arch=('any')
@@ -12,10 +12,15 @@ depends=('desktop-file-utils'
'hicolor-icon-theme'
'python'
'python-tomate')
+optdependes=('tomate-alarm-plugin: Plays alarm at session end'
+ 'tomate-indicator-plugin: Shows session progress in tray area'
+ 'tomate-notify-plugin: Plugin that shows screen notifications'
+ 'tomate-exec-plugin: Run commands when timer starts, stops or finishes'
+ 'tomate-statusicon-plugin: Plugin that shows the session progress in the notification area')
makedepends=('python-setuptools')
options=(!emptydirs)
source=("https://github.com/eliostvs/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('f0ecc6ee074024819666088682e4387a')
+md5sums=('c162c618b7a91bd0856532ec195910eb')
install=tomate-gtk.install
package() {