summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPierre Mavro2020-05-20 23:28:11 +0200
committerPierre Mavro2020-05-20 23:28:11 +0200
commite963813359f8feb6ec29969f59d97a39e88a4fe3 (patch)
treee89d0b5e87aaafa1ffd13079e4746110ea500e3b /PKGBUILD
parenta87a2773827b3dfbb8280d5c33ec68c72afc9eb9 (diff)
downloadaur-e963813359f8feb6ec29969f59d97a39e88a4fe3.tar.gz
fix: final fix, should be ok
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')