summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorElio Esteves Duarte2021-04-23 11:22:03 -0300
committerElio Esteves Duarte2021-04-23 11:22:03 -0300
commitd6900a4d8954e3389d92048ac1a31d1889648de6 (patch)
treeb9402f578826112c2aedadd92babfbb138e28e23 /PKGBUILD
parentd8116e78cec3ad0e865f7f02d5718cb5494f3df3 (diff)
downloadaur-d6900a4d8954e3389d92048ac1a31d1889648de6.tar.gz
Update version to 0.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19739dc2a233..319917bc7e92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Elio Esteves Duarte <elio.esteves.duarte@gmail.com>
pkgname=tomate-alarm-plugin
-pkgver=0.8.0
+pkgver=0.9.0
pkgrel=1
pkgdesc="Tomate plugin that plays a alrm when timer ends"
arch=('any')
@@ -15,7 +15,7 @@ depends=('gtk3'
makedepends=('python-setuptools')
options=(!emptydirs)
source=("https://github.com/eliostvs/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('b122b4b9b4a364feb92f540515684075')
+md5sums=('acbaffcfc1a7ab8506a308c951374076')
package() {
cd "$srcdir/$pkgname-$pkgver"