summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasm0dey2019-12-23 14:39:31 +0300
committerasm0dey2019-12-23 14:39:31 +0300
commit5693f25692fddf0668fcd23e77bb603dd27ba25c (patch)
treed69119e765fe663004552da064c65bce9bf9b896
parent188477862cb2b80547e4f6948693ea7d5e69b60e (diff)
downloadaur-5693f25692fddf0668fcd23e77bb603dd27ba25c.tar.gz
Fix dependencies versions
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f24e8aa48e69..66dcb28e3c9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = terjira
pkgdesc = Terjira is interactive command line application for Jira
pkgver = 0.4.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/keepcosmos/terjira
arch = any
license = MIT
depends = ruby
- depends = ruby-thor-0
+ depends = ruby-thor
depends = ruby-jira-ruby
- depends = ruby-activesupport-5.2.3
+ depends = ruby-activesupport
depends = ruby-tty-table
- depends = ruby-tty-prompt-0.19
+ depends = ruby-tty-prompt
depends = ruby-tty-spinner
noextract = terjira-0.4.4.gem
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 882a7c61bbb6..b1679a4993a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_gemname=terjira
pkgname=$_gemname
pkgver=0.4.4
-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-0 ruby-jira-ruby ruby-activesupport-5.2.3 ruby-tty-table ruby-tty-prompt-0.19 ruby-tty-spinner)
+depends=(ruby ruby-thor ruby-jira-ruby ruby-activesupport ruby-tty-table ruby-tty-prompt ruby-tty-spinner)
options=(!emptydirs)
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
noextract=($_gemname-$pkgver.gem)