summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFranklyn Tackitt2017-08-30 13:48:38 -0700
committerFranklyn Tackitt2017-08-30 13:48:42 -0700
commita6cc412565723bc77550ed80f8e1690aa24cb52d (patch)
tree33dd69ccd3386ef8aa37fbbe1a3948cb2be3a7bd
parent5bdcb3b59c194177c2c4d5ae703d88e6ad6133f0 (diff)
downloadaur-a6cc412565723bc77550ed80f8e1690aa24cb52d.tar.gz
1.3.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9e94792bec4..878fef2baec6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed May 3 23:06:49 UTC 2017
+# Wed Aug 30 20:48:31 UTC 2017
pkgbase = tmuxp
pkgdesc = Manage tmux workspaces from JSON and YAML, pythonic API, shell completion.
- pkgver = 1.3.0
- pkgrel = 2
+ pkgver = 1.3.2
+ pkgrel = 1
url = https://github.com/tony/tmuxp
arch = any
license = BSD
@@ -13,8 +13,8 @@ pkgbase = tmuxp
depends = python-kaptan
depends = python-colorama=0.3.9
options = !emptydirs
- source = https://github.com/tony/tmuxp/archive/v1.3.0.tar.gz
- md5sums = f68c6f80857265e73b69eb2e189a9538
+ source = https://github.com/tony/tmuxp/archive/v1.3.2.tar.gz
+ md5sums = 52e2fdb1bae59988e028ce993253ffba
pkgname = tmuxp
diff --git a/PKGBUILD b/PKGBUILD
index 8e3528bdbe88..5b3ca5b82981 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Artem Bezsmertnyi <artem.bezsmertny@gmail.com>
_author=tony
pkgname=tmuxp
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.3.2
+pkgrel=1
gitpkgver=v${pkgver}
pkgdesc="Manage tmux workspaces from JSON and YAML, pythonic API, shell completion."
arch=(any)
@@ -18,7 +18,7 @@ depends=(
)
options=(!emptydirs)
source=("https://github.com/tony/tmuxp/archive/${gitpkgver}.tar.gz")
-md5sums=('f68c6f80857265e73b69eb2e189a9538')
+md5sums=('52e2fdb1bae59988e028ce993253ffba')
package() {
cd "$srcdir/$pkgname-$pkgver"