summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kaplan2017-01-01 13:20:05 -0800
committerJeremy Kaplan2017-01-01 13:20:05 -0800
commitd5b91177cb678f0387470f7e7edb54bce2e42e0f (patch)
tree0b93ceb1e8d6291c71b19e0c7b9eb8267d75c432
parentbc031a32403fc6a24f86dbf0f9092a7359041cc8 (diff)
downloadaur-d5b91177cb678f0387470f7e7edb54bce2e42e0f.tar.gz
Version 0.0.17
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea516cd265de..d1d0e4b0e7b9 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tako
pkgdesc = A command language and shell based on Python
- pkgver = 0.0.15
+ pkgver = 0.0.17
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.15.tar.gz
- sha256sums = 42a6666bdebc84b02843c4bedd4c9898a96da1932f42b218b81f16fb34c2bf15
+ source = https://takoshell.org/takoshell-0.0.17.tar.gz
+ sha256sums = 9ef387e6a119c8dbc73ab480496871d33dbde815c5e193882926acf66cf3fb75
pkgname = tako
diff --git a/PKGBUILD b/PKGBUILD
index 7f68a00915b0..80a168a53b7e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: jdkaplan <jdkaplan@metagram.net>
pkgname=tako
-pkgver=0.0.15
+pkgver=0.0.17
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=('42a6666bdebc84b02843c4bedd4c9898a96da1932f42b218b81f16fb34c2bf15')
+sha256sums=('9ef387e6a119c8dbc73ab480496871d33dbde815c5e193882926acf66cf3fb75')
package() {
cd "$srcdir/takoshell-$pkgver"