summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarsten Feuls2016-06-12 17:05:54 +0200
committerCarsten Feuls2016-06-12 17:05:54 +0200
commit9a491271550524bf455f7ee45b9dcd80f57f6106 (patch)
treec99b1736bcb7369c32bfc39ef8eee7046eace963 /PKGBUILD
parent8effafeaccaf13f8260f6328997021bd73ba9ad9 (diff)
downloadaur-9a491271550524bf455f7ee45b9dcd80f57f6106.tar.gz
Update to 1.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f894db2cc0b..df31dc6e2577 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,18 @@
# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Rhys Davies <rhys@johnguant.com>
+#Maintainer: Carsten Feuls <archlinux@carstenfeuls.de>
_gemname=typhoeus
pkgname=ruby-$_gemname
-pkgver=0.7.3
+pkgver=1.0.2
pkgrel=1
pkgdesc='Parallel HTTP library on top of libcurl multi.'
arch=(any)
url='https://github.com/typhoeus/typhoeus'
license=(MIT)
-depends=(ruby ruby-ethon)
+depends=('ruby' 'ruby-ethon>=0.9.0')
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha1sums=('7e1344b42aba92985475c708717cadc031818948')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"
@@ -21,3 +20,4 @@ package() {
rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
+sha512sums=('0624154c9456f8b1587629f8ad1cfc75a60cf896d7272eecf653ffb35f6769979ac751bc65636d67d3a6339f5a6320398b8ee78ac979f9ba2cbd2d6e44988c0a')