summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranklyn Tackitt2017-03-25 15:50:49 -0700
committerFranklyn Tackitt2017-03-25 15:50:49 -0700
commit7de89422fba473c643563d37ae543f22f4a371cf (patch)
treefe58ef08bd06add9f595550cddc202dca879dead
parenta112b40762218d7d434f51e329a10d52b9ba1d0f (diff)
downloadaur-7de89422fba473c643563d37ae543f22f4a371cf.tar.gz
v1.2.7
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4a0a2aae061..46a73340bb59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
# Generated by mksrcinfo v8
-# Fri Mar 10 15:29:00 UTC 2017
+# Sat Mar 25 22:50:05 UTC 2017
pkgbase = tmuxp
pkgdesc = Manage tmux workspaces from JSON and YAML, pythonic API, shell completion.
- pkgver = 1.2.6
+ pkgver = 1.2.7
pkgrel = 1
url = https://github.com/tony/tmuxp
arch = any
license = BSD
depends = python
depends = python-click
- depends = python-libtmux>=0.6.1
+ depends = python-libtmux>=0.6.4
depends = python-kaptan
depends = python-colorama
options = !emptydirs
- source = https://github.com/tony/tmuxp/archive/v1.2.6.tar.gz
- md5sums = 0a6ad3e6547047358941e07c2403801b
+ source = https://github.com/tony/tmuxp/archive/v1.2.7.tar.gz
+ md5sums = d5a4690014b1d9c701f5f7299999e0d0
pkgname = tmuxp
diff --git a/PKGBUILD b/PKGBUILD
index 0deee37b7009..a0fc0745da26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Artem Bezsmertnyi <artem.bezsmertny@gmail.com>
_author=tony
pkgname=tmuxp
-pkgver=1.2.6
+pkgver=1.2.7
pkgrel=1
gitpkgver=v${pkgver}
pkgdesc="Manage tmux workspaces from JSON and YAML, pythonic API, shell completion."
@@ -12,13 +12,13 @@ license=('BSD')
depends=(
'python'
'python-click'
- 'python-libtmux>=0.6.1'
+ 'python-libtmux>=0.6.4'
'python-kaptan'
'python-colorama'
)
options=(!emptydirs)
source=("https://github.com/tony/tmuxp/archive/${gitpkgver}.tar.gz")
-md5sums=('0a6ad3e6547047358941e07c2403801b')
+md5sums=('d5a4690014b1d9c701f5f7299999e0d0')
package() {
cd "$srcdir/$pkgname-$pkgver"