summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordanieltetraquark2021-09-25 19:52:21 +0200
committerdanieltetraquark2021-09-25 19:52:21 +0200
commitc59b9445c32be2bda72d962cc889bbc5670e7c72 (patch)
tree0052e5d9b5b5a8d43415afe0e7151ab5d1ce2859 /PKGBUILD
parent93eb9f693396d4fbd0a01ddbde4360abb7a43ae1 (diff)
downloadaur-service-tools-git.tar.gz
add git, systemd dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c0a9b01dcb0..b291659bb8ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=service-tools-git
_pkgname=service-tools
pkgver=r54.48577a1
-pkgrel=1
+pkgrel=2
pkgdesc='A growing collection of convenient little tools to work with systemd services'
provides=('service-tools')
arch=('any')
url="https://github.com/muesli/service-tools"
license=('MIT')
-makedepends=('go')
+makedepends=('git' 'go')
+depends=('systemd')
source=("git+https://github.com/muesli/service-tools")
sha256sums=('SKIP')