summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Wiesinger2024-02-25 22:09:23 +0000
committerManuel Wiesinger2024-02-25 22:33:45 +0000
commite31a0ff068c4c2e744f9b24e0dea9249eed890fc (patch)
treefb12f0ed4033492fc01de90a215eba4324df168c
parent03e9767da304053b8b294eb32de94212624c78a3 (diff)
downloadaur-i3-gnome-pomodoro-git.tar.gz
Neglected chores
- pkgrel + 1 (license) - pkgrel + 1 versions (python-i3ipc, python-gobject) .SRCINFO
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0764b2659bfb..fab248b984a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = i3-gnome-pomodoro-git
pkgdesc = Integrate gnome-pomodoro into i3
- pkgver = r84.25c6608
- pkgrel = 1
+ pkgver = r92.7fe1895
+ pkgrel = 3
url = https://github.com/kantord/i3-gnome-pomodoro
arch = any
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = git
depends = python
depends = gnome-shell-pomodoro
depends = python-click>=6.7
depends = python-pydbus>=0.6.0
- depends = python-i3ipc
+ depends = python-i3ipc>=1.3.0
+ depends = python-gobject>=3.32.1
provides = i3-gnome-pomodoro
source = git+https://github.com/kantord/i3-gnome-pomodoro.git
sha512sums = SKIP
pkgname = i3-gnome-pomodoro-git
-
diff --git a/PKGBUILD b/PKGBUILD
index c82741a8fc9a..8118ba6a55b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=i3-gnome-pomodoro-git
_srcname=i3-gnome-pomodoro
pkgver=r92.7fe1895
-pkgrel=1
+pkgrel=3
pkgdesc="Integrate gnome-pomodoro into i3"
arch=('any')
url="https://github.com/kantord/i3-gnome-pomodoro"