summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kaplan2016-11-21 12:10:58 -0500
committerJeremy Kaplan2016-11-21 12:10:58 -0500
commitbc031a32403fc6a24f86dbf0f9092a7359041cc8 (patch)
tree373a2474b28e3f186d5e6609b5c6b50a8187da1d
parent3026f0327f5419a6dc01df8d1fe69ba73bf5e316 (diff)
downloadaur-bc031a32403fc6a24f86dbf0f9092a7359041cc8.tar.gz
Version 0.0.15
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 157f340ff74f..ea516cd265de 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tako
pkgdesc = A command language and shell based on Python
- pkgver = 0.0.14
+ pkgver = 0.0.15
pkgrel = 1
url = https://takoshell.org/
install = tako.install
@@ -9,8 +9,8 @@ pkgbase = tako
makedepends = python-setuptools
depends = python
conflicts = tako-git
- source = https://takoshell.org/takoshell-0.0.14.tar.gz
- sha256sums = 83f1406c9ce1660457819ac65aaa45dfb93ccd0d61879949ff19b34214252ce7
+ source = https://takoshell.org/takoshell-0.0.15.tar.gz
+ sha256sums = 42a6666bdebc84b02843c4bedd4c9898a96da1932f42b218b81f16fb34c2bf15
pkgname = tako
diff --git a/PKGBUILD b/PKGBUILD
index f34f44c75b3d..7f68a00915b0 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: jdkaplan <jdkaplan@metagram.net>
pkgname=tako
-pkgver=0.0.14
+pkgver=0.0.15
pkgrel=1
pkgdesc="A command language and shell based on Python"
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
conflicts=('tako-git')
install=tako.install
source=("https://takoshell.org/takoshell-$pkgver.tar.gz")
-sha256sums=('83f1406c9ce1660457819ac65aaa45dfb93ccd0d61879949ff19b34214252ce7')
+sha256sums=('42a6666bdebc84b02843c4bedd4c9898a96da1932f42b218b81f16fb34c2bf15')
package() {
cd "$srcdir/takoshell-$pkgver"