summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElio Esteves Duarte2022-08-09 22:22:43 +0200
committerElio Esteves Duarte2022-08-09 22:22:43 +0200
commit379dfb2a75fb5044b7309f0f858882fc6a4bef27 (patch)
tree1f4cf418d981fa1b8c93ab66bc84b4ba6d613766
parent0530c98ce8b22652b85a7019a5226a9476bbd911 (diff)
downloadaur-379dfb2a75fb5044b7309f0f858882fc6a4bef27.tar.gz
Update version to 0.6.1-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f206c7456e8..9455c17ebd6a 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.3.0
+ pkgver = 0.6.1
pkgrel = 1
url = https://github.com/eliostvs/tomate-breakscreen-plugin
arch = any
@@ -9,8 +9,7 @@ pkgbase = tomate-breakscreen-plugin
depends = python
depends = tomate-gtk
options = !emptydirs
- source = https://github.com/eliostvs/tomate-breakscreen-plugin/archive/0.3.0.tar.gz
- md5sums = 7cee5ca05717b61ef773c202ee323bed
+ source = https://github.com/eliostvs/tomate-breakscreen-plugin/archive/0.6.1.tar.gz
+ md5sums = f282072a193a725779291bd93f6f017c
pkgname = tomate-breakscreen-plugin
-
diff --git a/PKGBUILD b/PKGBUILD
index 31e5765ddabb..754360fff656 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Elio Esteves Duarte <elio.esteves.duarte@gmail.com>
pkgname=tomate-breakscreen-plugin
-pkgver=0.3.0
+pkgver=0.6.1
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=('7cee5ca05717b61ef773c202ee323bed')
+md5sums=('f282072a193a725779291bd93f6f017c')
package() {
cd "$srcdir/$pkgname-$pkgver"