summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDDoSolitary2018-08-19 16:40:17 +0900
committerDDoSolitary2018-08-19 16:40:52 +0900
commitb2e3bf5074a3c544142e61f72af9e6fc6ad8d042 (patch)
treeb21b1974e1546bc6fca01b9c4d337ae7111148e8 /PKGBUILD
parent9a09adae92709529d3241ff4fb317c28389073f6 (diff)
downloadaur-b2e3bf5074a3c544142e61f72af9e6fc6ad8d042.tar.gz
Update dependencies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
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)