summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Mavro2020-05-20 23:28:11 +0200
committerPierre Mavro2020-05-20 23:28:11 +0200
commite963813359f8feb6ec29969f59d97a39e88a4fe3 (patch)
treee89d0b5e87aaafa1ffd13079e4746110ea500e3b
parenta87a2773827b3dfbb8280d5c33ec68c72afc9eb9 (diff)
downloadaur-e963813359f8feb6ec29969f59d97a39e88a4fe3.tar.gz
fix: final fix, should be ok
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b99c6a0b6bf..748b12267d97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = jeedom-status
pkgdesc = Add Jeedom global status to your favorite desktop bar (i3blocks, polybar, etc...)
pkgver = 0.6.0
- pkgrel = 1
+ pkgrel = 2
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
pkgname = jeedom-status
diff --git a/PKGBUILD b/PKGBUILD
index ad2c3c01e0f8..ed645dd7ef4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
# Maintainer: Pierre Mavro <deimosfr@gmail.com>
pkgname=jeedom-status
pkgver=0.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="Add Jeedom global status to your favorite desktop bar (i3blocks, polybar, etc...)"
arch=(x86_64)
url="https://github.com/deimosfr/jeedom-status"
license=('GPL')
makedepends=(git go)
source=("https://github.com/deimosfr/jeedom-status/archive/v$pkgver.tar.gz")
-md5sum=('skip')
build() {
cd "$pkgname-$pkgver"
@@ -25,3 +24,4 @@ package() {
install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
+md5sums=('02cebf569f4c9f96524d319e3bf60c1f')