summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElio E. Duarte2017-05-08 21:23:15 -0500
committerElio E. Duarte2017-05-08 21:23:15 -0500
commit8ad1a80304674764fb53d48b9d90b6880f6e5c66 (patch)
treee9e249224b57204211bd2753d40470f790d0411d
parent5590c5e4225335569720ae0f7ee5ec0f1cf429c1 (diff)
downloadaur-8ad1a80304674764fb53d48b9d90b6880f6e5c66.tar.gz
update version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60b6a6f4ebca..34cc568bce5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu May 19 02:44:38 UTC 2016
+# Tue May 9 02:23:07 UTC 2017
pkgbase = tomate-gtk
pkgdesc = A timer for the Pomodoro Technique
- pkgver = 0.6.0
+ pkgver = 0.7.0
pkgrel = 1
url = https://github.com/eliostvs/tomate-gtk
install = tomate-gtk.install
@@ -16,8 +16,8 @@ pkgbase = tomate-gtk
depends = python
depends = python-tomate
options = !emptydirs
- source = https://github.com/eliostvs/tomate-gtk/archive/0.6.0.tar.gz
- md5sums = 2734c91a1e59dd91618e760e87aca86c
+ source = https://github.com/eliostvs/tomate-gtk/archive/0.7.0.tar.gz
+ md5sums = 346355d34811d386e417b6e913125ad7
pkgname = tomate-gtk
diff --git a/PKGBUILD b/PKGBUILD
index 1ec9bf85414a..4fc2acf1d8ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Elio Esteves Duarte <elio.esteves.duarte@gmail.com>
pkgname=tomate-gtk
-pkgver=0.6.0
+pkgver=0.7.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=('2734c91a1e59dd91618e760e87aca86c')
+md5sums=('346355d34811d386e417b6e913125ad7')
install=tomate-gtk.install
package() {