summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElio Esteves Duarte2023-08-20 11:44:57 +0200
committerElio Esteves Duarte2023-08-20 11:44:57 +0200
commitf7442ab6e3478a98f164179e4e0d3f318fdaf0e9 (patch)
treecd37664baa47e388773307d3f5f1853dee6314e1
parentabe1a43e5fba92e71d18654fe0a4c7c4b0244da0 (diff)
downloadaur-f7442ab6e3478a98f164179e4e0d3f318fdaf0e9.tar.gz
Update version to 0.25.0-5
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f5e01111ecc..65f741ce9679 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tomate-gtk
pkgdesc = A Pomodoro timer
pkgver = 0.25.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/eliostvs/tomate-gtk
install = tomate-gtk.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 39e00e4c8669..42e5a268f0a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Elio Esteves Duarte <elio.esteves.duarte@gmail.com>
pkgname=tomate-gtk
pkgver=0.25.0
-pkgrel=4
+pkgrel=5
pkgdesc="A Pomodoro timer"
arch=("any")
url="https://github.com/eliostvs/tomate-gtk"
@@ -32,8 +32,8 @@ makedepends=("python-setuptools")
options=(!emptydirs)
source=("https://github.com/eliostvs/$pkgname/archive/$pkgver.tar.gz")
md5sums=('8ade6ca500e3776fc226700b207fa785')
-conflicts=("tomate-alarm-plugin"
- "tomate-breakscreen-plugin"
+conflicts=("tomate-breakscreen-plugin"
+ "tomate-alarm-plugin"
"tomate-exec-plugin"
"tomate-notify-plugin")
install=tomate-gtk.install