summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTom Whitwell2020-02-14 14:51:14 +0000
committerTom Whitwell2020-02-14 14:51:14 +0000
commit31495b52908d7219d78fc7fcca10e34d40980b76 (patch)
tree99ff6b856dee60a17137bbe7fea87f2fde0a4007 /PKGBUILD
parent73f91371b0117244df5a39adaa85c03a21d97757 (diff)
downloadaur-govuk-guix-git.tar.gz
move ruby to be a dependency, not a build dependency
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")