summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Cesari2020-05-22 15:51:08 +0200
committerLuca Cesari2020-05-22 15:51:08 +0200
commit94ba29b163a509ea6f646eba9dfd2a6b49bfbc8d (patch)
treef70dab7277d8f4b7638ed0f70512697909be7758
parentde733b723d163b718019d0c30cd7d984675c85ae (diff)
downloadaur-94ba29b163a509ea6f646eba9dfd2a6b49bfbc8d.tar.gz
Update to version 2.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d9820df361c..e06404af5260 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tmuxinator
pkgdesc = Manage complex tmux sessions easily
- pkgver = 1.1.5
+ pkgver = 2.0.1
pkgrel = 1
url = https://github.com/aziz/tmuxinator
arch = any
@@ -11,9 +11,9 @@ pkgbase = tmuxinator
depends = ruby-thor
depends = ruby-xdg>=2.2.5
depends = ruby-rdoc
- noextract = tmuxinator-1.1.5.gem
- source = http://rubygems.org/downloads/tmuxinator-1.1.5.gem
- md5sums = da2fad0e23ab9e389b6681021db28ea3
+ noextract = tmuxinator-2.0.1.gem
+ source = http://rubygems.org/downloads/tmuxinator-2.0.1.gem
+ md5sums = e269ebfa7c6cc2ba3d0f759f4959ec80
pkgname = tmuxinator
diff --git a/PKGBUILD b/PKGBUILD
index bbc18508052c..101521ef58f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Luca Cesari < luca AT cesari DOT me>
_gemname=tmuxinator
pkgname=tmuxinator
-pkgver=1.1.5
+pkgver=2.0.1
pkgrel=1
pkgdesc="Manage complex tmux sessions easily"
arch=(any)
@@ -11,7 +11,7 @@ depends=(ruby ruby-erubis ruby-thor 'ruby-xdg>=2.2.5' ruby-rdoc)
makedepends=(rubygems)
source=(http://rubygems.org/downloads/tmuxinator-$pkgver.gem)
noextract=(tmuxinator-$pkgver.gem)
-md5sums=('da2fad0e23ab9e389b6681021db28ea3')
+md5sums=('e269ebfa7c6cc2ba3d0f759f4959ec80')
package() {
cd $srcdir