summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElio Esteves Duarte2022-08-10 00:03:02 +0200
committerElio Esteves Duarte2022-08-10 00:03:02 +0200
commit36a353237aedcb7aa084128f79f57980526518f2 (patch)
treea491763a62a36767a4e202cd917b2352c0b66739
parentdbc1f7e3ceedfc9c5cadcb3d055534ff68f75915 (diff)
downloadaur-36a353237aedcb7aa084128f79f57980526518f2.tar.gz
Update version to 0.18.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05a467f848f1..2d01aee79f64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tomate-gtk
pkgdesc = A timer for the Pomodoro Technique
- pkgver = 0.18.0
- pkgrel = 2
+ pkgver = 0.18.1
+ pkgrel = 1
url = https://github.com/eliostvs/tomate-gtk
install = tomate-gtk.install
arch = any
@@ -22,7 +22,7 @@ pkgbase = tomate-gtk
depends = python-wrapt
depends = python-yapsy
options = !emptydirs
- source = https://github.com/eliostvs/tomate-gtk/archive/0.18.0.tar.gz
- md5sums = 92349f5e0acc3debd1532dc4871a036c
+ source = https://github.com/eliostvs/tomate-gtk/archive/0.18.1.tar.gz
+ md5sums = aa9a6c23731a44ce52354118377d4b31
pkgname = tomate-gtk
diff --git a/PKGBUILD b/PKGBUILD
index f4f5a5fe9b6c..d0c1683019d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Elio Esteves Duarte <elio.esteves.duarte@gmail.com>
pkgname=tomate-gtk
-pkgver=0.18.0
-pkgrel=2
+pkgver=0.18.1
+pkgrel=1
pkgdesc="A timer for the Pomodoro Technique"
arch=("any")
url="https://github.com/eliostvs/tomate-gtk"
@@ -28,7 +28,7 @@ optdependes=("tomate-alarm-plugin: Plays alarm at session end"
makedepends=("python-setuptools")
options=(!emptydirs)
source=("https://github.com/eliostvs/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('92349f5e0acc3debd1532dc4871a036c')
+md5sums=('aa9a6c23731a44ce52354118377d4b31')
install=tomate-gtk.install
package() {