summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 650d4de7c376..58cea9b92a1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = govuk-guix-git
arch = any
license = MIT
makedepends = git
- makedepends = ruby
+ depends = ruby
provides = govuk-guix=r22071.8d3fbcde3
conflicts = govuk-guix
source = govuk-guix-git::git+https://github.com/alphagov/govuk-guix
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")