summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ce22f7ffa59..1327ee321cc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Elio Esteves Duarte <elio.esteves.duarte@gmail.com>
_pkgname=tomate
pkgname=python-$_pkgname
-pkgver=0.12.0
+pkgver=0.13.0
pkgrel=1
pkgdesc="A pomodoro timer"
arch=('any')
@@ -20,7 +20,7 @@ depends=('glib2'
makedepends=('python-setuptools')
options=(!emptydirs)
source=("https://github.com/eliostvs/$_pkgname/archive/$pkgver.tar.gz")
-md5sums=('23d5ab172033eba94a79e910191dbfc7')
+md5sums=('7388a4072394b78695dfedd66f35ae4a')
package() {
cd "$srcdir/$_pkgname-$pkgver"