summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Cesari2019-11-05 08:03:33 +0100
committerLuca Cesari2019-11-05 08:03:33 +0100
commit8af44c3f95ffe7f242db4fd97fed350c60825e4c (patch)
treef4e3a7ca947031dfcf9dbe52c5d0f7462246ad17
parent2c831cb45925e171f921d4bf8c6cdeeed76ffca3 (diff)
downloadaur-8af44c3f95ffe7f242db4fd97fed350c60825e4c.tar.gz
Update to version 1.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da4adcabbf88..f8cf2929cc5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tmuxinator
pkgdesc = Manage complex tmux sessions easily
- pkgver = 1.1.1
+ pkgver = 1.1.2
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.1.gem
- source = http://rubygems.org/downloads/tmuxinator-1.1.1.gem
- md5sums = 5ba6694bc780d80b3d1c664fbcc66746
+ noextract = tmuxinator-1.1.2.gem
+ source = http://rubygems.org/downloads/tmuxinator-1.1.2.gem
+ md5sums = 49c14adcdf686570e244d771f328b3f5
pkgname = tmuxinator
diff --git a/PKGBUILD b/PKGBUILD
index 81ebeafecec6..4ec4da991ccc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Luca Cesari < luca AT cesari DOT me>
_gemname=tmuxinator
pkgname=tmuxinator
-pkgver=1.1.1
+pkgver=1.1.2
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=('5ba6694bc780d80b3d1c664fbcc66746')
+md5sums=('49c14adcdf686570e244d771f328b3f5')
package() {
cd $srcdir