summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonne Haß2021-04-12 09:41:53 +0200
committerJonne Haß2021-04-12 09:41:53 +0200
commit3e7c977ca7c2a306f199cf903e25feeb0bdcb7e5 (patch)
treea8e78eeeb10e04b6d34391f67e1927cf7cbe272e /PKGBUILD
parentc2235093cd366b2f76fc9dfb7fdd8c33766a8405 (diff)
downloadaur-3e7c977ca7c2a306f199cf903e25feeb0bdcb7e5.tar.gz
systemd_http_health_check: add shards to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ade095b3e37..5f91bd3f87e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Jonne Haß <me@jhass.eu>
pkgname=systemd_http_health_check
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="A companion daemon to notify systemd about the health of a HTTP server"
arch=('x86_64')
url="http://github.com/jhass/systemd_http_health_check"
license=('BSD')
depends=('systemd-libs')
-makedepends=('crystal')
+makedepends=('crystal' 'shards')
source=("$pkgname-$pkgver.tar.gz::https://github.com/jhass/systemd_http_health_check/archive/refs/tags/v$pkgver.tar.gz")
prepare() {