summarylogtreecommitdiffstats
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
parentc2235093cd366b2f76fc9dfb7fdd8c33766a8405 (diff)
downloadaur-3e7c977ca7c2a306f199cf903e25feeb0bdcb7e5.tar.gz
systemd_http_health_check: add shards to makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e0e41c2fd7a..711fc0c2e1f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = systemd_http_health_check
pkgdesc = A companion daemon to notify systemd about the health of a HTTP server
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/jhass/systemd_http_health_check
arch = x86_64
license = BSD
makedepends = crystal
+ makedepends = shards
depends = systemd-libs
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
- md5sums = 6d2126c3ece9bbbef313d7660fff2692
+ sha256sums = e999136e262c7f7896940af5718ad14f114bcf204c3bc1df1ce39ac4d27cdf90
pkgname = systemd_http_health_check
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() {