summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasm0dey2020-06-30 10:32:58 +0300
committerasm0dey2020-06-30 10:32:58 +0300
commit61f65d9f2fc603c440e90c2ef05ed477beb62e15 (patch)
tree6cf3f4beed140a5a25f640ca9de06812af608b63
parent1739a028f39ee46c87b8a6ab69d30cce668e3ac5 (diff)
downloadaur-61f65d9f2fc603c440e90c2ef05ed477beb62e15.tar.gz
upgpkg: terjira 0.4.6-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff7968732562..4dd4557f6e75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = terjira
pkgdesc = Terjira is interactive command line application for Jira
pkgver = 0.4.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/keepcosmos/terjira
arch = any
license = MIT
@@ -12,6 +12,7 @@ pkgbase = terjira
depends = ruby-tty-table
depends = ruby-tty-prompt
depends = ruby-tty-spinner
+ depends = ruby-minitest
noextract = terjira-0.4.6.gem
options = !emptydirs
source = https://rubygems.org/downloads/terjira-0.4.6.gem
diff --git a/PKGBUILD b/PKGBUILD
index 4b199c421299..e32849599c7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_gemname=terjira
pkgname=$_gemname
pkgver=0.4.6
-pkgrel=1
+pkgrel=2
pkgdesc='Terjira is interactive command line application for Jira'
arch=(any)
url='https://github.com/keepcosmos/terjira'
license=(MIT)
-depends=(ruby ruby-thor ruby-jira-ruby ruby-activesupport ruby-tty-table ruby-tty-prompt ruby-tty-spinner)
+depends=(ruby ruby-thor ruby-jira-ruby ruby-activesupport ruby-tty-table ruby-tty-prompt ruby-tty-spinner ruby-minitest)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)