summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Cesari2019-05-19 18:45:56 +0200
committerLuca Cesari2019-05-19 18:45:56 +0200
commit25261b0ba7966026190af83a7ee67577bdc3e644 (patch)
tree96e53eccc64a6c21abdb701f25ba5d04848c70fc
parent1aad710667a430552483a62deb54ff44f7e0f500 (diff)
downloadaur-25261b0ba7966026190af83a7ee67577bdc3e644.tar.gz
Update to version 1.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbb21ec283b6..8f611186cabd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tmuxinator
pkgdesc = Manage complex tmux sessions easily
- pkgver = 1.0.0
+ pkgver = 1.1.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-1.0.0.gem
- source = http://rubygems.org/downloads/tmuxinator-1.0.0.gem
- md5sums = e3b8f53657969fef55d6cb1d87391ad8
+ noextract = tmuxinator-1.1.0.gem
+ source = http://rubygems.org/downloads/tmuxinator-1.1.0.gem
+ md5sums = 26d152dd85fb0bcdfc0df784bc2a592e
pkgname = tmuxinator
diff --git a/PKGBUILD b/PKGBUILD
index b78b8d1e9b30..a27e7517c306 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Luca Cesari < luca AT cesari DOT me>
_gemname=tmuxinator
pkgname=tmuxinator
-pkgver=1.0.0
+pkgver=1.1.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=('e3b8f53657969fef55d6cb1d87391ad8')
+md5sums=('26d152dd85fb0bcdfc0df784bc2a592e')
package() {
cd $srcdir