summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Feuls2015-11-30 16:09:02 +0100
committerCarsten Feuls2015-11-30 16:09:02 +0100
commit4209616ff045d64c810af8fba4fe4b26a6ece19e (patch)
treef1b3f30ed2bd542b062daf627adf3b8a21589da5
parentd348b964662865dc79ac95e2a6ecf09f076163e2 (diff)
downloadaur-4209616ff045d64c810af8fba4fe4b26a6ece19e.tar.gz
Updated to 0.10.0
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e3bc2996b30..d14847a30362 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-brightbox
pkgname=ruby-$_gemname
-pkgver=0.7.1
+pkgver=0.10.0
pkgrel=1
-pkgdesc='This library can be used as a module for `fog` or as standalone provider to use the Brightbox Cloud in applications'
+pkgdesc='Module for the fog gem to support Brightbox Cloud'
arch=(any)
url='https://rubygems.org/gems/fog-brightbox'
license=(MIT)
@@ -13,7 +12,7 @@ depends=(ruby ruby-fog-core ruby-fog-json ruby-inflecto)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha512sums=('f53fc806350644263927aa5f6df8a644522a31edd7243c1357a182bf50144a981d15abd3c44c443a7cca37f9bca632ba1cf7136e9fe6671c40c6f91baa3c9385')
+sha512sums=('a5e1681669a78519827795bffd0e9e2738ddee04f457e85f07f264b2129e4bdfc9e126b06495d80f0cfa1fcb987e472805c2d617b07bccd78a62e3771ce18452')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"