summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Feuls2015-12-04 21:35:33 +0100
committerCarsten Feuls2015-12-04 21:35:33 +0100
commite6a2d0afa12823b7c2168f819b95f7b2bed707c4 (patch)
treeadf59f6aebdb67f26ed036d2c3a8a86de480de3a
parentc8fa6d8ff95f02ead9308d75df408351d9071f3d (diff)
downloadaur-e6a2d0afa12823b7c2168f819b95f7b2bed707c4.tar.gz
Update License and Update Version
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fbd770173af..a2cbc6e12f43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = ruby-backports
- pkgdesc = Backports of Ruby features for older Ruby.
- pkgver = 3.6.4
+ pkgdesc = Essential backports that enable many of the nice features of Ruby 1.8.7 up to 2.1.0 for earlier versions.
+ pkgver = 3.6.7
pkgrel = 1
url = http://github.com/marcandre/backports
arch = any
+ license = MIT
depends = ruby
- noextract = backports-3.6.4.gem
+ noextract = backports-3.6.7.gem
options = !emptydirs
- source = https://rubygems.org/downloads/backports-3.6.4.gem
- sha512sums = 589e25994675acc96568c94abd5af8dcdd02550e280693158f54e2519ca61b04be11026c5c73a9f8316b1959b15e330acba8454f72a8a5b1f2d6fe984c99d90c
+ source = https://rubygems.org/downloads/backports-3.6.7.gem
+ sha512sums = fd74fb8a139f8371ac9a7a9f067764b99fdb91e1c1d2eabcb187afb804cec7e0b2b0df931aefc8de114e5b51a4974e619afb5cca9403f2c04049f5c281415e56
pkgname = ruby-backports
diff --git a/PKGBUILD b/PKGBUILD
index d8f78912afb2..47c0f626bc8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,18 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Artem Vorotnikov <artem@vorotnikov.me>
+# Maintainer: Carsten Feuls <archlinux@carstenfeuls.de>
_gemname=backports
pkgname=ruby-$_gemname
-pkgver=3.6.4
+pkgver=3.6.7
pkgrel=1
-pkgdesc='Backports of Ruby features for older Ruby.'
+pkgdesc='Essential backports that enable many of the nice features of Ruby 1.8.7 up to 2.1.0 for earlier versions.'
arch=(any)
url='http://github.com/marcandre/backports'
-license=()
+license=(MIT)
depends=(ruby)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha512sums=('589e25994675acc96568c94abd5af8dcdd02550e280693158f54e2519ca61b04be11026c5c73a9f8316b1959b15e330acba8454f72a8a5b1f2d6fe984c99d90c')
+sha512sums=('fd74fb8a139f8371ac9a7a9f067764b99fdb91e1c1d2eabcb187afb804cec7e0b2b0df931aefc8de114e5b51a4974e619afb5cca9403f2c04049f5c281415e56')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"