summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kaplan2017-03-11 16:49:11 -0500
committerJeremy Kaplan2017-03-11 16:49:11 -0500
commit5009222338cad8597dded63dd6784fd67d978288 (patch)
treeb2f1451057a2565ea612d15f45707ad5fccd70b5
parent96790301522848afc4d66984ab80c851010a00a9 (diff)
downloadaur-5009222338cad8597dded63dd6784fd67d978288.tar.gz
Version 0.0.20
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ea18f835de1..f22c81b98cde 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tako
pkgdesc = A command language and shell based on Python
- pkgver = 0.0.19
+ pkgver = 0.0.20
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.19.tar.gz
- sha256sums = a064eafb7d53bd90cf6de5c891df90508bc319de49d3a0009e34fedf1e5b8aa1
+ source = https://takoshell.org/takoshell-0.0.20.tar.gz
+ sha256sums = 9b54fd018b804ac25ea7a3f33ffea9a51bbe8c6d341f6c5c6e3de0c532930dcd
pkgname = tako
diff --git a/PKGBUILD b/PKGBUILD
index 3c3840857b8b..7618c6a6ef9a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: jdkaplan <jdkaplan@metagram.net>
pkgname=tako
-pkgver=0.0.19
+pkgver=0.0.20
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=('a064eafb7d53bd90cf6de5c891df90508bc319de49d3a0009e34fedf1e5b8aa1')
+sha256sums=('9b54fd018b804ac25ea7a3f33ffea9a51bbe8c6d341f6c5c6e3de0c532930dcd')
package() {
cd "$srcdir/takoshell-$pkgver"