summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMario Finelli2016-12-27 21:19:20 -0500
committerMario Finelli2016-12-27 21:19:20 -0500
commitb2d05f9d32b9ff74ced5e7aeb6a73b074b020a9d (patch)
treeaf4b93560bf7715d144ef13db5b463741eaf06c5 /PKGBUILD
parent806b13a423dca1c7ec4fe41263e8cd72d72deb79 (diff)
downloadaur-b2d05f9d32b9ff74ced5e7aeb6a73b074b020a9d.tar.gz
Fix typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ff322cdedca1..b6a2c59982b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Validations mixin for Ruby objects and support for Hanami.'
arch=(any)
url='http://hanamirb.org/'
license=(MIT)
-depends=(ruby ruby-dry-validation ruby-ruby-hanami-utils)
+depends=(ruby ruby-dry-validation ruby-hanami-utils)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)