summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarsten Feuls2015-11-30 16:23:35 +0100
committerCarsten Feuls2015-11-30 16:23:35 +0100
commit146dd28a08fd2f015d8bbf84203011054fde9376 (patch)
tree257cb857640ec388f1c5ee7749eb5ea1c710119c /PKGBUILD
parent6c6a7a9fcf4bb4a0f2a9c1313a81dc5f07220836 (diff)
downloadaur-146dd28a08fd2f015d8bbf84203011054fde9376.tar.gz
Updated to 0.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 931ec9c6ccdf..5be3843af06a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,10 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Artem Vorotnikov <artem@vorotnikov.me>
+# Maintainer: Carsten Feuls <archlinux@carstenfeuls.de>
_gemname=fog-google
pkgname=ruby-$_gemname
-pkgver=0.0.5
+pkgver=0.1.1
pkgrel=1
-pkgdesc='Module for the '\''fog'\'' gem to support Google.'
+pkgdesc='This library can be used as a module for fog or as standalone provider to use the Google in applications.'
arch=(any)
url='https://github.com/fog/fog-google'
license=(MIT)
@@ -13,7 +12,7 @@ depends=(ruby ruby-fog-core ruby-fog-json ruby-fog-xml)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha512sums=('851e3a4b7f687152e309ce5755d5ed2782deddd71ed82815ab4af32f1b991676b6120371e5e835d08960ae0c1c4ee2633fe73845943651693bced3acbbf3672c')
+sha512sums=('d7a74a11743532998620120a35235bc3a548f2f141262e48fc78b97ca842c7d2d4333970da416d8e28d92350aff4343fbaad831854c5c5436c9f170e00634c41')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"