summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElio Esteves Duarte2021-04-23 11:27:45 -0300
committerElio Esteves Duarte2021-04-23 11:27:45 -0300
commit4108edfee29cd1896f42f5bd96cf2ff3e02ea682 (patch)
tree53abd1ae6dc6786c81fad75735f10c9d7001bc26
parent95a44eec39f2b0dd13aeafcdc9cd05c6454d02e5 (diff)
downloadaur-4108edfee29cd1896f42f5bd96cf2ff3e02ea682.tar.gz
Update version to 0.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58cd38cea6f2..03afaddf45ad 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.9.0
+ pkgver = 0.10.0
pkgrel = 1
url = https://github.com/eliostvs/tomate-gtk
install = tomate-indicator-plugin.install
@@ -14,8 +14,8 @@ pkgbase = tomate-indicator-plugin
depends = python
depends = tomate-gtk
options = !emptydirs
- source = https://github.com/eliostvs/tomate-indicator-plugin/archive/0.9.0.tar.gz
- md5sums = bc5c69b45eb6eb5220219df7a242c7ec
+ source = https://github.com/eliostvs/tomate-indicator-plugin/archive/0.10.0.tar.gz
+ md5sums = 66a62b5a3fe38e7c03a5c49ce2b6151a
pkgname = tomate-indicator-plugin
diff --git a/PKGBUILD b/PKGBUILD
index 9ee40ef0f827..e5bc3daa7f52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Elio Esteves Duarte <elio.esteves.duarte@gmail.com>
pkgname=tomate-indicator-plugin
-pkgver=0.9.0
+pkgver=0.10.0
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=('bc5c69b45eb6eb5220219df7a242c7ec')
+md5sums=('66a62b5a3fe38e7c03a5c49ce2b6151a')
install=tomate-indicator-plugin.install
package() {