summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4fc2acf1d8ca..493705621fa9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Elio Esteves Duarte <elio.esteves.duarte@gmail.com>
pkgname=tomate-gtk
-pkgver=0.7.0
+pkgver=0.8.0
pkgrel=1
pkgdesc="A timer for the Pomodoro Technique"
arch=('any')
@@ -15,7 +15,7 @@ depends=('desktop-file-utils'
makedepends=('python-setuptools')
options=(!emptydirs)
source=("https://github.com/eliostvs/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('346355d34811d386e417b6e913125ad7')
+md5sums=('a17927a90c8585e4e5925990adb61e0b')
install=tomate-gtk.install
package() {