summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfarwayer2018-08-22 15:56:36 +0300
committerfarwayer2018-08-22 15:56:36 +0300
commit61c006973940677788340903f8928276cc9c5c55 (patch)
tree3e0d14926b2483ecf13d2b1dd56d0c088bd41c7b /PKGBUILD
parentce43d25933954aac740637c0d2e4f5566a24535f (diff)
downloadaur-61c006973940677788340903f8928276cc9c5c55.tar.gz
emoji dep fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4316f2cf50c6..ad32a0e0b0a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_gemname=fastlane
pkgname=$_gemname
pkgver=2.102.0
-pkgrel=1
+pkgrel=2
pkgdesc='The easiest way to automate beta deployments and releases for your iOS and Android apps'
arch=(any)
url='https://fastlane.tools'
@@ -18,7 +18,8 @@ depends=(
ruby-colored
'ruby-commander-fastlane<5' 'ruby-commander-fastlane>=4.4.6'
'ruby-dotenv<3' 'ruby-dotenv>=2.1.1'
- 'ruby-emoji_regex>=0.1' 'ruby-emoji_regex<1'
+ # 'ruby-emoji_regex>=0.1' 'ruby-emoji_regex<1'
+ ruby-emoji_regex-0
'ruby-excon<1' 'ruby-excon>=0.45'
'ruby-faraday<1' 'ruby-faraday>=0.9'
'ruby-faraday-cookie_jar>=0.0.6' 'ruby-faraday-cookie_jar<0.1'