summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfarawayer2017-01-13 14:42:42 +0300
committerfarawayer2017-01-13 14:42:42 +0300
commit4aedee08dd0718e0a46e646e67da91401b2ac61c (patch)
tree6bfd3a64fb794ef7813b305c145caa054906d9df /PKGBUILD
parent66cbb4cb387657955ab99b19f45fe341a633ffcc (diff)
downloadaur-4aedee08dd0718e0a46e646e67da91401b2ac61c.tar.gz
missed deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3bab452785ae..7d49ff2768f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_gemname=fastlane
pkgname=$_gemname
pkgver=2.8.0
-pkgrel=2
+pkgrel=3
pkgdesc='The easiest way to automate beta deployments and releases for your iOS and Android apps'
arch=(any)
url='https://fastlane.tools'
@@ -47,7 +47,10 @@ depends=(
'ruby-xcodeproj<2' 'ruby-xcodeproj>=0.20'
'ruby-xcpretty<1' 'ruby-xcpretty>=0.2.4'
'ruby-xcpretty-travis-formatter>=0.0.3'
+
+ # missed by other packages
ruby-domain_name
+ ruby-public_suffix
)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)