summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9087d95e5adc..abf12a4eeb79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,8 @@ pkgdesc="Package, service and system definitions using GNU Guix for software and
arch=('any')
url="https://github.com/alphagov/govuk-guix"
license=('MIT')
-makedepends=('git' 'ruby')
+makedepends=('git')
+depends=('ruby')
provides=("govuk-guix=${pkgver}")
conflicts=('govuk-guix')
source=("${pkgname}"::"git+https://github.com/alphagov/govuk-guix")