summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authora-wing2018-10-11 10:56:42 +0800
committera-wing2018-10-11 10:56:42 +0800
commitb35fe72d3ab68d214d054b0f482f95147478c300 (patch)
treea0f6a74e3b38fa0f60c589502526e9c889643993
parent0045fd1ec83a01786df32ca43a04ed2a20b64fd4 (diff)
downloadaur-b35fe72d3ab68d214d054b0f482f95147478c300.tar.gz
Update depends .SRCINFO && Maintainer
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee34717e687c..ca7d19470e0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
-# 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.9.0
- pkgrel = 1
+ pkgrel = 2
url = http://banisterfiend.wordpress.com
arch = any
depends = ruby
+ depends = ruby-rdoc
noextract = method_source-0.9.0.gem
options = !emptydirs
source = https://rubygems.org/downloads/method_source-0.9.0.gem
diff --git a/PKGBUILD b/PKGBUILD
index 96a67048cb4b..f7541cda571a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
+# Maintainer: Metal A-wing <1 at 233 dot email>
+# Contributor: Carsten Feuls <archlinux@carstenfeuls.de>
# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Carsten Feuls <archlinux@carstenfeuls.de>
_gemname=method_source
pkgname=ruby-$_gemname
pkgver=0.9.0
-pkgrel=1
+pkgrel=2
pkgdesc='retrieve the sourcecode for a method'
arch=(any)
url='http://banisterfiend.wordpress.com'