summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72cdc1e4de8b..12ff42da768d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = kaitai-struct-visualizer
pkgdesc = Advanced hex viewer and binary structure exploration tool (visualizer) using Kaitai Struct ksy files
pkgver = 0.5
- pkgrel = 1
+ pkgrel = 2
url = http://kaitai.io
arch = any
license = GPL-3.0+
depends = ruby
depends = kaitai-struct-compiler
+ depends = ruby-kaitai-struct
noextract = kaitai-struct-visualizer-0.5.gem
options = !emptydirs
source = https://rubygems.org/downloads/kaitai-struct-visualizer-0.5.gem
diff --git a/PKGBUILD b/PKGBUILD
index 4cbcb7d63315..5b508883e457 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_gemname=kaitai-struct-visualizer
pkgname=$_gemname
pkgver=0.5
-pkgrel=1
+pkgrel=2
pkgdesc='Advanced hex viewer and binary structure exploration tool (visualizer) using Kaitai Struct ksy files'
arch=(any)
url='http://kaitai.io'
license=(GPL-3.0+)
-depends=(ruby kaitai-struct-compiler)
+depends=(ruby kaitai-struct-compiler ruby-kaitai-struct)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)