summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElio E. Duarte2017-05-08 21:24:52 -0500
committerElio E. Duarte2017-05-08 21:24:52 -0500
commit793912054e386cdf23f769dd525923b32ed44769 (patch)
tree1fd7b55c8e7f9520abe32bdb406a560bd9c05172
parent19a401498ba9e53b81b7f38774f51d3b6fd094ab (diff)
downloadaur-793912054e386cdf23f769dd525923b32ed44769.tar.gz
Update version
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bd7061d7877..babb5b780dcb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Thu May 19 02:46:32 UTC 2016
+# Tue May 9 02:24:47 UTC 2017
pkgbase = tomate-alarm-plugin
- pkgdesc = Tomate plugin that shows screen notifications
- pkgver = 0.6.0
+ pkgdesc = Tomate plugin that plays a alrm when timer ends
+ pkgver = 0.7.0
pkgrel = 1
- url = https://github.com/eliostvs/tomate-notify-plugin
+ url = https://github.com/eliostvs/tomate-alarm-plugin
arch = any
license = GPL
makedepends = python-setuptools
@@ -15,8 +15,8 @@ pkgbase = tomate-alarm-plugin
depends = gst-plugins-good
depends = tomate-gtk
options = !emptydirs
- source = https://github.com/eliostvs/tomate-alarm-plugin/archive/0.6.0.tar.gz
- md5sums = c6e542d590039cc67cb1b6aa99765da4
+ source = https://github.com/eliostvs/tomate-alarm-plugin/archive/0.7.0.tar.gz
+ md5sums = e6365d50b01f627f42f4fb4d06d189eb
pkgname = tomate-alarm-plugin
diff --git a/PKGBUILD b/PKGBUILD
index 13a2842ca3f9..9ec2f9c1cd92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Elio Esteves Duarte <elio.esteves.duarte@gmail.com>
pkgname=tomate-alarm-plugin
-pkgver=0.6.0
+pkgver=0.7.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=('c6e542d590039cc67cb1b6aa99765da4')
+md5sums=('e6365d50b01f627f42f4fb4d06d189eb')
package() {
cd "$srcdir/$pkgname-$pkgver"