summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordeimosfr-auto2020-10-04 11:50:42 +0000
committerdeimosfr-auto2020-10-04 11:50:42 +0000
commit41fbd92ed600a238909462c300da6bcb2939b388 (patch)
tree5a956f89aee9e03bbec57aae6beba6ceacb0d843
parent5847fe61648b49b7c9ef4b4e79a6e81e1128fa90 (diff)
downloadaur-41fbd92ed600a238909462c300da6bcb2939b388.tar.gz
Update AUR package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 134e46d40ab2..4820f3b56ba5 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.8.1
+ pkgver = 0.9.0
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.8.1.tar.gz
- md5sums = 98cadcc13ddc127d159020b205ad7463
+ source = https://github.com/deimosfr/jeedom-status/archive/v0.9.0.tar.gz
+ md5sums = 34d57634a4135680364b5576c9ce4e4f
pkgname = jeedom-status
diff --git a/PKGBUILD b/PKGBUILD
index 6c4c84339154..72f2a25e6536 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Pierre Mavro <deimosfr@gmail.com>
pkgname=jeedom-status
-pkgver=0.8.1
+pkgver=0.9.0
pkgrel=1
pkgdesc="Add Jeedom global status to your favorite desktop bar (i3blocks, polybar, etc...)"
arch=(x86_64)
@@ -24,4 +24,4 @@ package() {
install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
-md5sums=('98cadcc13ddc127d159020b205ad7463')
+md5sums=('34d57634a4135680364b5576c9ce4e4f')