summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElio Esteves Duarte2022-08-10 00:20:18 +0200
committerElio Esteves Duarte2022-08-10 00:20:18 +0200
commitcddfb7f8ae3fa630ecfdaa180230f2d5ff8ab062 (patch)
tree99df8a1f6a2e1bd66ac52f5771d9f6ece7c10b6c
parent3a408df63dcffc5c686c14b800106f7311e5a3cd (diff)
downloadaur-tomate-indicator-plugin.tar.gz
Update version to 0.12.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fef74337de56..7341addbd357 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tomate-indicator-plugin
pkgdesc = Tomate plugin that shows the session progress in indicator
- pkgver = 0.12.0
+ pkgver = 0.12.1
pkgrel = 1
url = https://github.com/eliostvs/tomate-indicator-plugin
install = tomate-indicator-plugin.install
@@ -14,7 +14,7 @@ pkgbase = tomate-indicator-plugin
depends = python
depends = tomate-gtk
options = !emptydirs
- source = https://github.com/eliostvs/tomate-indicator-plugin/archive/0.12.0.tar.gz
- md5sums = 6d42be71d0c5fd11664d88d80860a3ca
+ source = https://github.com/eliostvs/tomate-indicator-plugin/archive/0.12.1.tar.gz
+ md5sums = 0837c52d2edc262e61e95f56c1cbf67c
pkgname = tomate-indicator-plugin
diff --git a/PKGBUILD b/PKGBUILD
index da59292a68de..f31f030bc4d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Elio Esteves Duarte <elio.esteves.duarte@gmail.com>
pkgname=tomate-indicator-plugin
-pkgver=0.12.0
+pkgver=0.12.1
pkgrel=1
pkgdesc="Tomate plugin that shows the session progress in indicator"
arch=('any')
@@ -15,7 +15,7 @@ depends=('gtk-update-icon-cache'
makedepends=('python-setuptools')
options=(!emptydirs)
source=("https://github.com/eliostvs/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('6d42be71d0c5fd11664d88d80860a3ca')
+md5sums=('0837c52d2edc262e61e95f56c1cbf67c')
install=tomate-indicator-plugin.install
package() {