summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorElio Esteves Duarte2023-08-19 12:00:41 +0200
committerElio Esteves Duarte2023-08-19 12:00:41 +0200
commit26f2590af7eed7b53daba2bbde9ebdd6f7baac3d (patch)
treebe4d88587dce903284a011363607b8d1ff4bc3d6 /PKGBUILD
parent49e6f94b703a3c02db42530f1707d8e599f1b5dd (diff)
downloadaur-26f2590af7eed7b53daba2bbde9ebdd6f7baac3d.tar.gz
Update version to 0.25.0-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD19
1 files changed, 11 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 295d3e022ce2..247dfc3d07a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Elio Esteves Duarte <elio.esteves.duarte@gmail.com>
pkgname=tomate-gtk
pkgver=0.25.0
-pkgrel=1
-pkgdesc="A timer for the Pomodoro Technique"
+pkgrel=2
+pkgdesc="A Pomodoro timer"
arch=("any")
url="https://github.com/eliostvs/tomate-gtk"
license=("GPL")
@@ -11,6 +11,8 @@ depends=("desktop-file-utils"
"gtk-update-icon-cache"
"gtk3"
"hicolor-icon-theme"
+ "hicolor-icon-theme"
+ "libnotify"
"python"
"python-blinker"
"python-dbus"
@@ -19,12 +21,13 @@ depends=("desktop-file-utils"
"python-venusian"
"python-wiring"
"python-wrapt"
- "python-yapsy")
-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")
+ "python-yapsy"
+ "gst-plugins-base"
+ "gst-plugins-good"
+ "gstreamer")
+optdependes=("tomate-indicator-plugin: Displays the progress of the session in system tray"
+ "tomate-statusnotifieritem-plugin: Displays the progress of the session in system tray"
+ "tomate-statusicon-plugin: Displays the progress of the session in system tray")
makedepends=("python-setuptools")
options=(!emptydirs)
source=("https://github.com/eliostvs/$pkgname/archive/$pkgver.tar.gz")