summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Cesari2018-11-06 21:12:43 +0100
committerLuca Cesari2018-11-06 21:12:43 +0100
commit873671580ad47c5c7e037d81473aa01ee7f75dfb (patch)
treefeb48a91e4b7460099465e5ef10aa5ac1b01f50f
parent2621c0f682cd1f62c9cf5db137e81aabcbdb9e99 (diff)
downloadaur-873671580ad47c5c7e037d81473aa01ee7f75dfb.tar.gz
Update to version 0.13.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f28ae22a169..d132ab463d7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tmuxinator
pkgdesc = Manage complex tmux sessions easily
- pkgver = 0.12.0
+ pkgver = 0.13.0
pkgrel = 1
url = https://github.com/aziz/tmuxinator
arch = any
@@ -11,9 +11,9 @@ pkgbase = tmuxinator
depends = ruby-thor
depends = ruby-xdg
depends = ruby-rdoc
- noextract = tmuxinator-0.12.0.gem
- source = http://rubygems.org/downloads/tmuxinator-0.12.0.gem
- md5sums = 672cda3f6d91c732d1622bfdd6adbf90
+ noextract = tmuxinator-0.13.0.gem
+ source = http://rubygems.org/downloads/tmuxinator-0.13.0.gem
+ md5sums = ea5b8a192f3c4dee5dcabc9847d55a46
pkgname = tmuxinator
diff --git a/PKGBUILD b/PKGBUILD
index 6e7eff7d0889..2eccafdd67b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Luca Cesari < luca AT cesari DOT me>
_gemname=tmuxinator
pkgname=tmuxinator
-pkgver=0.12.0
+pkgver=0.13.0
pkgrel=1
pkgdesc="Manage complex tmux sessions easily"
arch=(any)
@@ -11,7 +11,7 @@ depends=(ruby ruby-erubis ruby-thor ruby-xdg ruby-rdoc)
makedepends=(rubygems)
source=(http://rubygems.org/downloads/tmuxinator-$pkgver.gem)
noextract=(tmuxinator-$pkgver.gem)
-md5sums=('672cda3f6d91c732d1622bfdd6adbf90')
+md5sums=('ea5b8a192f3c4dee5dcabc9847d55a46')
package() {
cd $srcdir