diff options
author | Elio Esteves Duarte | 2022-08-10 00:14:27 +0200 |
---|---|---|
committer | Elio Esteves Duarte | 2022-08-10 00:14:27 +0200 |
commit | ac5195741d3a59b8ccd9e749e82a0ab89f586af8 (patch) | |
tree | af1cc5e542871fedab9c3b81e34c8c76dfef7507 | |
parent | 379dfb2a75fb5044b7309f0f858882fc6a4bef27 (diff) | |
download | aur-ac5195741d3a59b8ccd9e749e82a0ab89f586af8.tar.gz |
Update version to 0.6.2-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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" |