summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfarawayer2017-01-10 12:13:07 +0300
committerfarawayer2017-01-10 12:13:07 +0300
commit6f0fa844f3b971028265b472fd03b21d2d612b78 (patch)
treea0dc0eaef4c5ba06f86ca980df93000b257377ab
parent41484f419677d3f259a1331ac6e60baa6a96bfad (diff)
downloadaur-6f0fa844f3b971028265b472fd03b21d2d612b78.tar.gz
fix type in deps
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77f4e5e8970b..d993175d4b29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = ruby-xcpretty
license = MIT
depends = ruby
depends = ruby-rouge<2
- depends = ruby-rogue>=1.8
+ depends = ruby-rouge>=1.8
noextract = xcpretty-0.2.4.gem
options = !emptydirs
source = https://rubygems.org/downloads/xcpretty-0.2.4.gem
diff --git a/PKGBUILD b/PKGBUILD
index 5fab06a6330d..015da3ca9e61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url='https://github.com/supermarin/xcpretty'
license=(MIT)
depends=(
ruby
- 'ruby-rouge<2' 'ruby-rogue>=1.8'
+ 'ruby-rouge<2' 'ruby-rouge>=1.8'
)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)