summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2015-09-25 07:10:54 -0700
committerAndy Weidenbaum2015-09-25 07:10:54 -0700
commitea787aa0b74c807d6d5ad939b8653d12c29c470d (patch)
treed087a94b9f90ff712064ea758bdcc697dd53f54e
parent6f98874e2c45ca6e20c8f48dc7a758c5428d2f3b (diff)
downloadaur-ea787aa0b74c807d6d5ad939b8653d12c29c470d.tar.gz
update pkgver to 1.5.0, deps
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD12
2 files changed, 15 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c49a4a89b9c1..96b8d7f9eb42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,23 @@
pkgbase = ruby-starscope
- pkgdesc = A tool like the venerable cscope, but for ruby, golang and other languages
- pkgver = 1.4.1
+ pkgdesc = Smart code searching and indexing
+ pkgver = 1.5.0
pkgrel = 1
url = https://github.com/eapache/starscope
arch = any
license = MIT
depends = ruby
- depends = ruby-backports
+ depends = ruby-babel-transpiler
depends = ruby-oj
depends = ruby-parser
depends = ruby-ruby-progressbar
+ depends = ruby-rkelly-remix
+ depends = ruby-sourcemap
provides = ruby-starscope
provides = starscope
conflicts = starscope
- noextract = starscope-1.4.1.gem
- source = https://rubygems.org/downloads/starscope-1.4.1.gem
- sha256sums = c7db7166da3a0d5fac9900322c053ee4af7e0b65fbb743956be78d7805320842
+ noextract = starscope-1.5.0.gem
+ source = https://rubygems.org/downloads/starscope-1.5.0.gem
+ sha256sums = 80ab7a71832064292fcaf234d98ecc23e088d946dd308d5e60fd68866e67281f
pkgname = ruby-starscope
diff --git a/PKGBUILD b/PKGBUILD
index bb2a214349df..ace263577f7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,21 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=ruby-starscope
-pkgver=1.4.1
+pkgver=1.5.0
pkgrel=1
-pkgdesc="A tool like the venerable cscope, but for ruby, golang and other languages"
+pkgdesc="Smart code searching and indexing"
arch=('any')
url="https://github.com/eapache/starscope"
license=('MIT')
depends=('ruby'
- 'ruby-backports'
+ 'ruby-babel-transpiler'
'ruby-oj'
'ruby-parser'
- 'ruby-ruby-progressbar')
+ 'ruby-ruby-progressbar'
+ 'ruby-rkelly-remix'
+ 'ruby-sourcemap')
source=(https://rubygems.org/downloads/${pkgname#*-}-${pkgver}.gem)
-sha256sums=('c7db7166da3a0d5fac9900322c053ee4af7e0b65fbb743956be78d7805320842')
+sha256sums=('80ab7a71832064292fcaf234d98ecc23e088d946dd308d5e60fd68866e67281f')
noextract=("${pkgname#*-}-${pkgver}.gem")
provides=('ruby-starscope' 'starscope')
conflicts=('starscope')