summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Wiesinger2024-02-08 12:57:10 +0100
committerManuel Wiesinger2024-02-08 13:00:03 +0100
commit0cb213d669e34e4739e4bf78afe089039370b349 (patch)
tree01112a7437f79cec66da0c9e10d4d10a65fe8e0c
parentafcb37537928cfe0764b5678891075b8628cdd66 (diff)
downloadaur-0cb213d669e34e4739e4bf78afe089039370b349.tar.gz
Updated depends() according to requirements.txt
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 152aad39eb92..6e1b0ae9a0ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('any')
url="https://github.com/kantord/i3-gnome-pomodoro"
license=('GPL3')
-depends=('python' 'gnome-shell-pomodoro' 'python-click>=6.7' 'python-pydbus>=0.6.0' 'python-i3ipc')
+depends=('python' 'gnome-shell-pomodoro' 'python-click>=6.7' 'python-pydbus>=0.6.0' 'python-i3ipc>=1.3.0' 'python-gobject>=3.32.1')
makedepends=('git')
provides=("$_srcname")