summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Reinert2016-05-15 22:12:10 +0200
committerJoakim Reinert2016-05-15 22:12:10 +0200
commitd7f10ea4f00ef78930d5e4aad227b092dae2c7aa (patch)
treebbdc2bab9bef88cf1e9fc2a05ab8cdd4db562a60
parent5e8ae293ac4f3f8251cd7d9cd3d26624acbcf208 (diff)
downloadaur-ruby-filemagic.tar.gz
add file as dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a793325c0379..ddebf99997b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Sun May 15 12:45:12 UTC 2016
+# Sun May 15 20:12:07 UTC 2016
pkgbase = ruby-filemagic
pkgdesc = Ruby bindings to the magic(4) library
pkgver = 0.7.1
- pkgrel = 1
+ pkgrel = 2
url = http://github.com/blackwinter/ruby-filemagic
arch = i686
arch = x86_64
license = Ruby
depends = ruby
+ depends = file
noextract = ruby-filemagic-0.7.1.gem
options = !emptydirs
source = https://rubygems.org/downloads/ruby-filemagic-0.7.1.gem
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)