summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac34fdaa76b2..b472c505460d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = service-tools-git
pkgdesc = A growing collection of convenient little tools to work with systemd services
pkgver = r54.48577a1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/muesli/service-tools
arch = any
license = MIT
+ makedepends = git
makedepends = go
+ depends = systemd
provides = service-tools
source = git+https://github.com/muesli/service-tools
sha256sums = SKIP
pkgname = service-tools-git
-
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')