summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorElio Duarte2019-02-02 17:15:27 -0200
committerElio Duarte2019-02-02 17:15:27 -0200
commitdb92ffff63369371a5212a3988c11a249db27606 (patch)
treea3f92cf02a04f4d8d91aef6acb624ba61b67f65a /PKGBUILD
parent606f87176aa30455a86ec245f454e182312cf353 (diff)
downloadaur-db92ffff63369371a5212a3988c11a249db27606.tar.gz
Update version to 0.9.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 7 insertions, 2 deletions
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() {