summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"