summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSigmund Vestergaard2017-04-28 19:24:28 +0100
committerSigmund Vestergaard2017-04-28 19:24:28 +0100
commitbffab9ff2c7c1bd924494aee77556b98f4bbbeff (patch)
treeecef86a84a595589dc64ec675b2078a73fd5a4de /PKGBUILD
parenta89391f43bf0fdd40d389ea7d70411635b138337 (diff)
downloadaur-bffab9ff2c7c1bd924494aee77556b98f4bbbeff.tar.gz
fixed error in PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bccaf30edffa..7d89ef630e91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A Ruby library to handle HTTP cookies in a way both compliant with RFCs
arch=(any)
url="https://github.com/sparklemotion/http-cookie"
license=('MIT')
-depends=(ruby,ruby-domain_name)
+depends=(ruby ruby-domain_name)
makedepends=(rubygems)
source=(http://gems.rubyforge.org/gems/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)