summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Feuls2018-02-07 12:04:12 +0100
committerCarsten Feuls2018-02-07 12:04:12 +0100
commitdd31b069f84671e30b76a04bd7acf77d451ce49c (patch)
treeacea329f8049a52d614079bb71c32c270afaa44c
parentb27aff47c8d0fa5fa7332dcd92ba1845b853599a (diff)
downloadaur-dd31b069f84671e30b76a04bd7acf77d451ce49c.tar.gz
Update to 0.9.0
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD6
3 files changed, 13 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 586cc2b93f12..ee34717e687c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Wed Feb 7 11:03:52 UTC 2018
pkgbase = ruby-method_source
pkgdesc = retrieve the sourcecode for a method
- pkgver = 0.8.2
+ pkgver = 0.9.0
pkgrel = 1
url = http://banisterfiend.wordpress.com
arch = any
depends = ruby
- noextract = method_source-0.8.2.gem
+ noextract = method_source-0.9.0.gem
options = !emptydirs
- source = https://rubygems.org/downloads/method_source-0.8.2.gem
- sha1sums = ea691a5adb25c9485d9916690dbc339e646aa8b1
+ source = https://rubygems.org/downloads/method_source-0.9.0.gem
+ sha1sums = f0286dc6f0e77c3622a37c385c8638270063210c
pkgname = ruby-method_source
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..018a3de08144
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!PKGBUILD
+!.SRCINFO
+!.gitignore
diff --git a/PKGBUILD b/PKGBUILD
index bdece68da5ff..605df4472364 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Rhys Davies <rhys@johnguant.com>
+# Maintainer: Carsten Feuls <archlinux@carstenfeuls.de>
_gemname=method_source
pkgname=ruby-$_gemname
-pkgver=0.8.2
+pkgver=0.9.0
pkgrel=1
pkgdesc='retrieve the sourcecode for a method'
arch=(any)
@@ -13,7 +13,7 @@ depends=(ruby)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)
-sha1sums=('ea691a5adb25c9485d9916690dbc339e646aa8b1')
+sha1sums=('f0286dc6f0e77c3622a37c385c8638270063210c')
package() {
local _gemdir="$(ruby -e'puts Gem.default_dir')"