summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichal Wojdyla2021-12-15 01:14:56 +0100
committerMichal Wojdyla2021-12-15 01:14:56 +0100
commit3d4f98d89ead15eb32e50e2023172128843b8a2a (patch)
tree1437851994e43e8c2aabe7854197ae95dd9bb4c6 /PKGBUILD
parente545a437cd77057072594ede09967bc74e5c333e (diff)
downloadaur-3d4f98d89ead15eb32e50e2023172128843b8a2a.tar.gz
add documentation
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0535acea3eab..3c3a1caf3769 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Artem Vorotnikov <artem@vorotnikov.me>
+# Contributor: Artem Vorotnikov <artem@vorotnikov.me>
_gemname=simple_oauth
pkgname=ruby-$_gemname
pkgver=0.3.1
-pkgrel=1
+pkgrel=2
pkgdesc='Simply builds and verifies OAuth headers'
arch=(any)
url='https://github.com/laserlemon/simple_oauth'
license=(MIT)
depends=(ruby)
+makedepends=(ruby-rdoc)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)