summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Feuls2015-11-30 17:45:37 +0100
committerCarsten Feuls2015-11-30 17:45:37 +0100
commit9c6f1056671f3507f318fee4f46a769daf379654 (patch)
tree3d45c33ba9a406a555bdc8fccdf846bd43b4ba66
parent146dd28a08fd2f015d8bbf84203011054fde9376 (diff)
downloadaur-9c6f1056671f3507f318fee4f46a769daf379654.tar.gz
Downgrade to 0.1.0 to support ruby-fog
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5be3843af06a..202b76635f7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gemname=fog-google
pkgname=ruby-$_gemname
-pkgver=0.1.1
+pkgver=0.1.0
pkgrel=1
pkgdesc='This library can be used as a module for fog or as standalone provider to use the Google in applications.'
arch=(any)
@@ -12,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=('d7a74a11743532998620120a35235bc3a548f2f141262e48fc78b97ca842c7d2d4333970da416d8e28d92350aff4343fbaad831854c5c5436c9f170e00634c41')
+sha512sums=('44ec3a5476aa5ae87367edb2d9ff23316210ec88ec64ddb559ae33045774ae90032cb573c2f7a04250aea6434bfe1a7f1a2b1d7732e42ccfabd079e2dd598135')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"