summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Cesari2018-08-05 13:18:35 +0200
committerLuca Cesari2018-08-05 13:18:35 +0200
commit2621c0f682cd1f62c9cf5db137e81aabcbdb9e99 (patch)
treefd0677b4ef070904c3f450734ac2de8497955e5b
parentebe6ae9536768fb5eacec926127180e7c5af7066 (diff)
downloadaur-2621c0f682cd1f62c9cf5db137e81aabcbdb9e99.tar.gz
Update to version 0.12.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 924637e33928..5f28ae22a169 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tmuxinator
pkgdesc = Manage complex tmux sessions easily
- pkgver = 0.11.1
+ pkgver = 0.12.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.11.1.gem
- source = http://rubygems.org/downloads/tmuxinator-0.11.1.gem
- md5sums = bec5e560844ba409c72f9978d91258db
+ noextract = tmuxinator-0.12.0.gem
+ source = http://rubygems.org/downloads/tmuxinator-0.12.0.gem
+ md5sums = 672cda3f6d91c732d1622bfdd6adbf90
pkgname = tmuxinator
diff --git a/PKGBUILD b/PKGBUILD
index 0ce3c6d09ddb..6e7eff7d0889 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Luca Cesari < luca AT cesari DOT me>
_gemname=tmuxinator
pkgname=tmuxinator
-pkgver=0.11.1
+pkgver=0.12.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=('bec5e560844ba409c72f9978d91258db')
+md5sums=('672cda3f6d91c732d1622bfdd6adbf90')
package() {
cd $srcdir