summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoakim Reinert2016-05-15 22:12:10 +0200
committerJoakim Reinert2016-05-15 22:12:10 +0200
commitd7f10ea4f00ef78930d5e4aad227b092dae2c7aa (patch)
treebbdc2bab9bef88cf1e9fc2a05ab8cdd4db562a60 /PKGBUILD
parent5e8ae293ac4f3f8251cd7d9cd3d26624acbcf208 (diff)
downloadaur-ruby-filemagic.tar.gz
add file as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 668400870563..51929769a619 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_gemname=ruby-filemagic
pkgname=$_gemname
pkgver=0.7.1
-pkgrel=1
+pkgrel=2
pkgdesc='Ruby bindings to the magic(4) library'
arch=(i686 x86_64)
url='http://github.com/blackwinter/ruby-filemagic'
license=(Ruby)
-depends=(ruby)
+depends=(ruby file)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)