summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03afaddf45ad..fef74337de56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = tomate-indicator-plugin
pkgdesc = Tomate plugin that shows the session progress in indicator
- pkgver = 0.10.0
+ pkgver = 0.12.0
pkgrel = 1
- url = https://github.com/eliostvs/tomate-gtk
+ url = https://github.com/eliostvs/tomate-indicator-plugin
install = tomate-indicator-plugin.install
arch = any
license = GPL
@@ -14,8 +14,7 @@ pkgbase = tomate-indicator-plugin
depends = python
depends = tomate-gtk
options = !emptydirs
- source = https://github.com/eliostvs/tomate-indicator-plugin/archive/0.10.0.tar.gz
- md5sums = 66a62b5a3fe38e7c03a5c49ce2b6151a
+ source = https://github.com/eliostvs/tomate-indicator-plugin/archive/0.12.0.tar.gz
+ md5sums = 6d42be71d0c5fd11664d88d80860a3ca
pkgname = tomate-indicator-plugin
-
diff --git a/PKGBUILD b/PKGBUILD
index e5bc3daa7f52..da59292a68de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Elio Esteves Duarte <elio.esteves.duarte@gmail.com>
pkgname=tomate-indicator-plugin
-pkgver=0.10.0
+pkgver=0.12.0
pkgrel=1
pkgdesc="Tomate plugin that shows the session progress in indicator"
arch=('any')
-url="https://github.com/eliostvs/tomate-gtk"
+url="https://github.com/eliostvs/$pkgname"
license=('GPL')
depends=('gtk-update-icon-cache'
'gtk3'
@@ -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=('66a62b5a3fe38e7c03a5c49ce2b6151a')
+md5sums=('6d42be71d0c5fd11664d88d80860a3ca')
install=tomate-indicator-plugin.install
package() {