summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonne Haß2021-04-12 09:45:01 +0200
committerJonne Haß2021-04-12 09:45:01 +0200
commitd6dc1b9e3459c44177b057c960fb76b70dd5103f (patch)
treebb50674f10390b51283c29bdc1b0fa211ef37c21
parent3e7c977ca7c2a306f199cf903e25feeb0bdcb7e5 (diff)
downloadaur-d6dc1b9e3459c44177b057c960fb76b70dd5103f.tar.gz
systemd_http_health_check: add crystal runtime dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 711fc0c2e1f9..68ff86ff8c36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,16 @@
pkgbase = systemd_http_health_check
pkgdesc = A companion daemon to notify systemd about the health of a HTTP server
pkgver = 0.1.0
- pkgrel = 2
+ pkgrel = 3
url = http://github.com/jhass/systemd_http_health_check
arch = x86_64
license = BSD
makedepends = crystal
makedepends = shards
depends = systemd-libs
+ depends = gc
+ depends = libevent
+ depends = pcre
source = systemd_http_health_check-0.1.0.tar.gz::https://github.com/jhass/systemd_http_health_check/archive/refs/tags/v0.1.0.tar.gz
sha256sums = e999136e262c7f7896940af5718ad14f114bcf204c3bc1df1ce39ac4d27cdf90
diff --git a/PKGBUILD b/PKGBUILD
index 5f91bd3f87e6..840886d40549 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Jonne Haß <me@jhass.eu>
pkgname=systemd_http_health_check
pkgver=0.1.0
-pkgrel=2
+pkgrel=3
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')
+depends=('systemd-libs' 'gc' 'libevent' 'pcre')
makedepends=('crystal' 'shards')
source=("$pkgname-$pkgver.tar.gz::https://github.com/jhass/systemd_http_health_check/archive/refs/tags/v$pkgver.tar.gz")