summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDDoSolitary2018-08-19 16:40:17 +0900
committerDDoSolitary2018-08-19 16:40:52 +0900
commitb2e3bf5074a3c544142e61f72af9e6fc6ad8d042 (patch)
treeb21b1974e1546bc6fca01b9c4d337ae7111148e8
parent9a09adae92709529d3241ff4fb317c28389073f6 (diff)
downloadaur-b2e3bf5074a3c544142e61f72af9e6fc6ad8d042.tar.gz
Update dependencies.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc816e4f16f2..7ac5f7b13f55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
-# Generated by mksrcinfo v8
-# Wed Feb 7 14:11:16 UTC 2018
pkgbase = ruby-typhoeus
pkgdesc = Parallel HTTP library on top of libcurl multi.
pkgver = 1.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/typhoeus/typhoeus
arch = any
license = MIT
+ makedepends = ruby-rdoc
depends = ruby
- depends = ruby-ethon>=0.9.0
+ depends = ruby-ethon
noextract = typhoeus-1.3.0.gem
options = !emptydirs
source = https://rubygems.org/downloads/typhoeus-1.3.0.gem
diff --git a/PKGBUILD b/PKGBUILD
index 91f6cb6b9662..993c9bd24f58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-#Maintainer: Carsten Feuls <archlinux@carstenfeuls.de>
+# Maintainer: DDoSolitary <DDoSolitary@gmail.com>
+# Contributor: Carsten Feuls <archlinux@carstenfeuls.de>
_gemname=typhoeus
pkgname=ruby-$_gemname
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
pkgdesc='Parallel HTTP library on top of libcurl multi.'
arch=(any)
url='https://github.com/typhoeus/typhoeus'
license=(MIT)
-depends=('ruby' 'ruby-ethon>=0.9.0')
+depends=(ruby ruby-ethon)
+makedepends=(ruby-rdoc)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)