summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfarwayer2021-04-15 23:44:30 +0300
committerfarwayer2021-04-15 23:44:30 +0300
commitc15fe3a7ee91e4ae0838d1936a9ae142c9aea96d (patch)
tree7e3e16239277202d0cb89a2c3c0ca6fd24b91150
parent711248561467f7b39567aa4f7f2868dc69f4da3a (diff)
downloadaur-c15fe3a7ee91e4ae0838d1936a9ae142c9aea96d.tar.gz
rubygems as makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0be5c63aaa52..32bd697fa241 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = fastlane
pkgdesc = The easiest way to automate beta deployments and releases for your iOS and Android apps
pkgver = 2.180.1
- pkgrel = 2
+ pkgrel = 3
url = https://fastlane.tools
arch = any
license = MIT
+ makedepends = rubygems
depends = ruby2.7
noextract = fastlane-2.180.1.gem
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index b90c3edf2846..ad0a1961c2b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
_gemname=fastlane
pkgname=$_gemname
pkgver=2.180.1
-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'
license=(MIT)
depends=(ruby2.7)
+makedepends=(rubygems)
options=(!emptydirs)
source=(
https://rubygems.org/downloads/$pkgname-$pkgver.gem