summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElio Esteves Duarte2022-08-16 20:46:44 +0200
committerElio Esteves Duarte2022-08-16 20:46:44 +0200
commit7de2fb8aa553e49ed023abd7c12d1373a1a75beb (patch)
treeafab594cfd73692b9367b62d587c5cd5fe907aa2
parentefcc46b2a060ab5fcebd7620e788de597b74a30b (diff)
downloadaur-tomate-alarm-plugin.tar.gz
Update version to 0.11.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e066b91a5dce..5df7f0e6f13b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tomate-alarm-plugin
pkgdesc = Tomate plugin that plays a alrm when timer ends
- pkgver = 0.11.1
+ pkgver = 0.11.2
pkgrel = 1
url = https://github.com/eliostvs/tomate-alarm-plugin
arch = any
@@ -13,7 +13,7 @@ pkgbase = tomate-alarm-plugin
depends = gst-plugins-good
depends = tomate-gtk
options = !emptydirs
- source = https://github.com/eliostvs/tomate-alarm-plugin/archive/0.11.1.tar.gz
- md5sums = c5f27e1ef5b6001220d0184e40d657e5
+ source = https://github.com/eliostvs/tomate-alarm-plugin/archive/0.11.2.tar.gz
+ md5sums = 434f72896b79eecba3cd8a25fafcb07f
pkgname = tomate-alarm-plugin
diff --git a/PKGBUILD b/PKGBUILD
index 01b3f3b3bcf5..3b34109ae4e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Elio Esteves Duarte <elio.esteves.duarte@gmail.com>
pkgname=tomate-alarm-plugin
-pkgver=0.11.1
+pkgver=0.11.2
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=('c5f27e1ef5b6001220d0184e40d657e5')
+md5sums=('434f72896b79eecba3cd8a25fafcb07f')
package() {
cd "$srcdir/$pkgname-$pkgver"