summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ddfe7a01f73d..c18a573c594c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
_gemname=marcel
pkgname=ruby-$_gemname
pkgver=0.3.3
-pkgrel=2
+pkgrel=4
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)
+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)