summarylogtreecommitdiffstats
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
parent49e6f94b703a3c02db42530f1707d8e599f1b5dd (diff)
downloadaur-26f2590af7eed7b53daba2bbde9ebdd6f7baac3d.tar.gz
Update version to 0.25.0-2
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD19
2 files changed, 18 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ac1152a2483..f238ce495e73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tomate-gtk
- pkgdesc = A timer for the Pomodoro Technique
+ pkgdesc = A Pomodoro timer
pkgver = 0.25.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/eliostvs/tomate-gtk
install = tomate-gtk.install
arch = any
@@ -12,6 +12,8 @@ pkgbase = tomate-gtk
depends = gtk-update-icon-cache
depends = gtk3
depends = hicolor-icon-theme
+ depends = hicolor-icon-theme
+ depends = libnotify
depends = python
depends = python-blinker
depends = python-dbus
@@ -21,6 +23,9 @@ pkgbase = tomate-gtk
depends = python-wiring
depends = python-wrapt
depends = python-yapsy
+ depends = gst-plugins-base
+ depends = gst-plugins-good
+ depends = gstreamer
options = !emptydirs
source = https://github.com/eliostvs/tomate-gtk/archive/0.25.0.tar.gz
md5sums = 8ade6ca500e3776fc226700b207fa785
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")