summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordeimosfr-auto2021-03-28 10:00:57 +0000
committerdeimosfr-auto2021-03-28 10:00:57 +0000
commit49e86994d2f187338c98a24012e8f79b5961fb46 (patch)
treecda2a1d5e94a0b75b6983e402812da6854f26840
parenta704534e6fdd77b0b2fbe96e8e5e613af521a2d5 (diff)
downloadaur-49e86994d2f187338c98a24012e8f79b5961fb46.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 6423996a5da1..c4e31b86e2ab 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 = 1.0.2
+ pkgver = 1.0.3
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/v1.0.2.tar.gz
- md5sums = 9936ce0cfefec2da44a5b7ece83eb1c6
+ source = https://github.com/deimosfr/jeedom-status/archive/v1.0.3.tar.gz
+ md5sums = 7f9c168523169bc850b76901fee814c9
pkgname = jeedom-status
diff --git a/PKGBUILD b/PKGBUILD
index 88e47b61c253..d54d53f35f76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Pierre Mavro <deimosfr@gmail.com>
pkgname=jeedom-status
-pkgver=1.0.2
+pkgver=1.0.3
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=('9936ce0cfefec2da44a5b7ece83eb1c6')
+md5sums=('7f9c168523169bc850b76901fee814c9')