summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHusam Bilal2017-04-06 14:31:45 +0300
committerHusam Bilal2017-04-06 14:31:45 +0300
commit87374efa99832c5a471fef1740d6c3017c41f90b (patch)
tree704b99af2aff141b1d66972e72794db6d89f7abe /PKGBUILD
parent4548c74ac805279a63c97323430ac2935ec614cb (diff)
downloadaur-87374efa99832c5a471fef1740d6c3017c41f90b.tar.gz
added ruby-power_assert dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f2aeaf35314..00ec755d8e3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Unit testing framework for Ruby, based on xUnit principles.'
arch=(any)
url='http://test-unit.github.io'
license=(GPL)
-depends=(ruby)
+depends=(ruby ruby-power_assert)
makedepends=(rubygems)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)