summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9fb59c5b58e9..ddfe7a01f73d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@
_gemname=marcel
pkgname=ruby-$_gemname
pkgver=0.3.3
-pkgrel=1
+pkgrel=2
pkgdesc='Simple mime type detection using magic numbers, filenames, and extensions'
arch=(any)
url='https://github.com/basecamp/marcel'
license=(MIT)
depends=(ruby ruby-mimemagic)
+makedepends=(ruby-rdoc)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)