summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfarwayer2018-02-10 18:45:04 +0300
committerfarwayer2018-02-10 18:45:04 +0300
commit88608f808cdf6bce15c1173a0fb2f39b6a6559a4 (patch)
tree1659d887cc44f1dff6e3eaafdddbf75b2883043d
parentc2d02d91d581d286d4fda800ba22bcc6354dcf13 (diff)
downloadaur-88608f808cdf6bce15c1173a0fb2f39b6a6559a4.tar.gz
ruby 2.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD3
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb5fbef40510..8ea616a50e27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = ruby-xcodeproj
pkgdesc = Create and modify Xcode projects from Ruby.
- pkgver = 1.5.4
+ pkgver = 1.5.6
pkgrel = 1
url = https://github.com/cocoapods/xcodeproj
arch = any
license = MIT
depends = ruby
+ depends = ruby-atomos>=0.1.2
+ depends = ruby-atomos<0.2
depends = ruby-cfpropertylist>=2.3.3
depends = ruby-cfpropertylist<2.4
depends = ruby-claide>=1.0.2
@@ -14,9 +16,9 @@ pkgbase = ruby-xcodeproj
depends = ruby-colored2<4
depends = ruby-nanaimo>=0.2.3
depends = ruby-nanaimo<0.3
- noextract = xcodeproj-1.5.4.gem
+ noextract = xcodeproj-1.5.6.gem
options = !emptydirs
- source = https://rubygems.org/downloads/xcodeproj-1.5.4.gem
+ source = https://rubygems.org/downloads/xcodeproj-1.5.6.gem
sha1sums = 01e4701281afeba545fe29ffe382635a770906d1
pkgname = ruby-xcodeproj
diff --git a/PKGBUILD b/PKGBUILD
index 0ca26448e8cb..b5bc4bf50803 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_gemname=xcodeproj
pkgname=ruby-$_gemname
-pkgver=1.5.4
+pkgver=1.5.6
pkgrel=1
pkgdesc='Create and modify Xcode projects from Ruby.'
arch=(any)
@@ -11,6 +11,7 @@ url='https://github.com/cocoapods/xcodeproj'
license=(MIT)
depends=(
ruby
+ 'ruby-atomos>=0.1.2' 'ruby-atomos<0.2'
'ruby-cfpropertylist>=2.3.3' 'ruby-cfpropertylist<2.4'
'ruby-claide>=1.0.2' 'ruby-claide<2'
'ruby-colored2>=3.1' 'ruby-colored2<4'