summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuca Cesari2015-08-20 12:36:00 +0200
committerLuca Cesari2015-08-20 12:36:00 +0200
commit6236b02548fabe056a2ef8d72d3ad84065972fb9 (patch)
tree3825003a9ab9aad5e2910e0397e38f9ccc42d9f2 /PKGBUILD
parent2c3e667932a2341044654932071dbcc823322934 (diff)
downloadaur-6236b02548fabe056a2ef8d72d3ad84065972fb9.tar.gz
Remove ruby-activesupport dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 126128f21ae6..b2ba393ea371 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
_gemname=tmuxinator
pkgname=tmuxinator
pkgver=0.6.11
-pkgrel=1
+pkgrel=2
pkgdesc="Manage complex tmux sessions easily"
arch=(any)
url="https://github.com/aziz/tmuxinator"
license=(MIT)
-depends=(ruby ruby-erubis ruby-activesupport ruby-thor)
+depends=(ruby ruby-erubis ruby-thor)
makedepends=(rubygems)
source=(http://rubygems.org/downloads/tmuxinator-$pkgver.gem)
noextract=(tmuxinator-$pkgver.gem)