summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kaplan2017-02-02 12:12:03 -0500
committerJeremy Kaplan2017-02-02 12:12:03 -0500
commit62b1be293061f133c1b3753bfe5618ffeb006bcd (patch)
treec5145ad3f0c7066298e110110972c930e4035ba4
parentd5b91177cb678f0387470f7e7edb54bce2e42e0f (diff)
downloadaur-62b1be293061f133c1b3753bfe5618ffeb006bcd.tar.gz
Version 0.0.18
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1d0e4b0e7b9..3212ad07a692 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tako
pkgdesc = A command language and shell based on Python
- pkgver = 0.0.17
+ pkgver = 0.0.18
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.17.tar.gz
- sha256sums = 9ef387e6a119c8dbc73ab480496871d33dbde815c5e193882926acf66cf3fb75
+ source = https://takoshell.org/takoshell-0.0.18.tar.gz
+ sha256sums = 496aa6041db8f0b7c93a8a5e2e2a32723357491c4cedb5493db7b94c734fc104
pkgname = tako
diff --git a/PKGBUILD b/PKGBUILD
index 80a168a53b7e..17128f0b4013 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: jdkaplan <jdkaplan@metagram.net>
pkgname=tako
-pkgver=0.0.17
+pkgver=0.0.18
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=('9ef387e6a119c8dbc73ab480496871d33dbde815c5e193882926acf66cf3fb75')
+sha256sums=('496aa6041db8f0b7c93a8a5e2e2a32723357491c4cedb5493db7b94c734fc104')
package() {
cd "$srcdir/takoshell-$pkgver"