summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kaplan2017-08-20 17:14:09 -0700
committerJeremy Kaplan2017-08-20 17:14:09 -0700
commitd2872ef2d5f7070b2ca607edd7f3d7e1742b5e78 (patch)
tree21811183a20c6108a1c9cef3e9731f6286362c79
parent26d52cb339224ed7aa8623bc095b714cd6cd4ce7 (diff)
downloadaur-d2872ef2d5f7070b2ca607edd7f3d7e1742b5e78.tar.gz
Version 0.2.4
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea8875706108..90f3cb0c6f16 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tako
pkgdesc = A command language and shell based on Python
- pkgver = 0.1.1
+ pkgver = 0.2.4
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.1.1.tar.gz
- sha256sums = 9b54fd018b804ac25ea7a3f33ffea9a51bbe8c6d341f6c5c6e3de0c532930dcd
+ source = https://takoshell.org/takoshell-0.2.4.tar.gz
+ sha256sums = 6116f0eb10b91a24edc2d37dd839eb4833548f0e20ce4fba3f69dd2c38635c49
pkgname = tako
diff --git a/PKGBUILD b/PKGBUILD
index a6a015ac3e89..b8b7fed0bb94 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: jdkaplan <jdkaplan@metagram.net>
pkgname=tako
-pkgver=0.1.1
+pkgver=0.2.4
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=('9b54fd018b804ac25ea7a3f33ffea9a51bbe8c6d341f6c5c6e3de0c532930dcd')
+sha256sums=('6116f0eb10b91a24edc2d37dd839eb4833548f0e20ce4fba3f69dd2c38635c49')
package() {
cd "$srcdir/takoshell-$pkgver"