summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9455c17ebd6a..4bf6c063a8d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tomate-breakscreen-plugin
pkgdesc = Tomate plugin that shows a full screen window which prevents users from using the computer during a break
- pkgver = 0.6.1
+ pkgver = 0.6.2
pkgrel = 1
url = https://github.com/eliostvs/tomate-breakscreen-plugin
arch = any
@@ -9,7 +9,7 @@ pkgbase = tomate-breakscreen-plugin
depends = python
depends = tomate-gtk
options = !emptydirs
- source = https://github.com/eliostvs/tomate-breakscreen-plugin/archive/0.6.1.tar.gz
- md5sums = f282072a193a725779291bd93f6f017c
+ source = https://github.com/eliostvs/tomate-breakscreen-plugin/archive/0.6.2.tar.gz
+ md5sums = 75c0eb6eec72f158270a45c99713aa7b
pkgname = tomate-breakscreen-plugin
diff --git a/PKGBUILD b/PKGBUILD
index 754360fff656..40f60178f059 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Elio Esteves Duarte <elio.esteves.duarte@gmail.com>
pkgname=tomate-breakscreen-plugin
-pkgver=0.6.1
+pkgver=0.6.2
pkgrel=1
pkgdesc="Tomate plugin that shows a full screen window which prevents users from using the computer during a break"
arch=('any')
@@ -11,7 +11,7 @@ depends=('python'
makedepends=('python-setuptools')
options=(!emptydirs)
source=("https://github.com/eliostvs/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('f282072a193a725779291bd93f6f017c')
+md5sums=('75c0eb6eec72f158270a45c99713aa7b')
package() {
cd "$srcdir/$pkgname-$pkgver"