summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Mavro2020-05-24 04:54:18 +0200
committerPierre Mavro2020-05-24 04:54:18 +0200
commit58db288dcd3995ea1b0ae933bcb4778be284a89b (patch)
tree3fb2e04481f025d4602579f8463a3480e71d8d54
parent8fcead87e55b45beda55d980ac014c65e19c36db (diff)
downloadaur-58db288dcd3995ea1b0ae933bcb4778be284a89b.tar.gz
feat: bump 0.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 748b12267d97..24fb8b3c79ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = jeedom-status
pkgdesc = Add Jeedom global status to your favorite desktop bar (i3blocks, polybar, etc...)
- pkgver = 0.6.0
- pkgrel = 2
+ pkgver = 0.6.1
+ pkgrel = 1
url = https://github.com/deimosfr/jeedom-status
arch = x86_64
license = GPL
makedepends = git
makedepends = go
- source = https://github.com/deimosfr/jeedom-status/archive/v0.6.0.tar.gz
- md5sums = 02cebf569f4c9f96524d319e3bf60c1f
+ source = https://github.com/deimosfr/jeedom-status/archive/v0.6.1.tar.gz
+ md5sums = 025502c092d478a70f6f467961766c89
pkgname = jeedom-status
diff --git a/PKGBUILD b/PKGBUILD
index ed645dd7ef4e..3ea4e6dabda1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pierre Mavro <deimosfr@gmail.com>
pkgname=jeedom-status
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.6.1
+pkgrel=1
pkgdesc="Add Jeedom global status to your favorite desktop bar (i3blocks, polybar, etc...)"
arch=(x86_64)
url="https://github.com/deimosfr/jeedom-status"
@@ -24,4 +24,4 @@ package() {
install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
-md5sums=('02cebf569f4c9f96524d319e3bf60c1f')
+md5sums=('025502c092d478a70f6f467961766c89')