summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElio Esteves Duarte2021-04-24 21:25:29 -0300
committerElio Esteves Duarte2021-04-24 21:25:29 -0300
commitac7494a138c3d654dc841f14e1c91f8d35771917 (patch)
treea6ad72e032ff0ff7d8c3e5b1660c1a2a0449c802
parent2884f79ee182780087eb07fd0e2899a244d8a1ee (diff)
downloadaur-ac7494a138c3d654dc841f14e1c91f8d35771917.tar.gz
Update version to 0.12.0-2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD38
2 files changed, 32 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 899e0567c42e..4b29251455cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tomate-gtk
pkgdesc = A timer for the Pomodoro Technique
pkgver = 0.12.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/eliostvs/tomate-gtk
install = tomate-gtk.install
arch = any
@@ -12,7 +12,15 @@ pkgbase = tomate-gtk
depends = gtk3
depends = hicolor-icon-theme
depends = python
+ depends = python-blinker
+ depends = python-dbus
+ depends = python-object
+ depends = python-venusian
+ depends = python-wiring
depends = python-tomate
+ depends = python-wrapt
+ depends = python-xdg
+ depends = python-yapsy
options = !emptydirs
source = https://github.com/eliostvs/tomate-gtk/archive/0.12.0.tar.gz
md5sums = 59abad75b8a231188e3ae48dc8065efb
diff --git a/PKGBUILD b/PKGBUILD
index 31d287bfb114..dac150ecf980 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,31 @@
# Maintainer: Elio Esteves Duarte <elio.esteves.duarte@gmail.com>
pkgname=tomate-gtk
pkgver=0.12.0
-pkgrel=1
+pkgrel=2
pkgdesc="A timer for the Pomodoro Technique"
-arch=('any')
+arch=("any")
url="https://github.com/eliostvs/tomate-gtk"
-license=('GPL')
-depends=('desktop-file-utils'
- 'gtk-update-icon-cache'
- 'gtk3'
- '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')
+license=("GPL")
+depends=("desktop-file-utils"
+ "gtk-update-icon-cache"
+ "gtk3"
+ "hicolor-icon-theme"
+ "python"
+ "python-blinker"
+ "python-dbus"
+ "python-object"
+ "python-venusian"
+ "python-wiring"
+ "python-tomate"
+ "python-wrapt"
+ "python-xdg"
+ "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")
+makedepends=("python-setuptools")
options=(!emptydirs)
source=("https://github.com/eliostvs/$pkgname/archive/$pkgver.tar.gz")
md5sums=('59abad75b8a231188e3ae48dc8065efb')