summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kaplan2017-02-26 15:58:59 -0500
committerJeremy Kaplan2017-02-26 15:58:59 -0500
commit96790301522848afc4d66984ab80c851010a00a9 (patch)
treefb20902dffcfd2f3b9430b7792917fb8f9c8f3b2
parentaec3b99ec4c96fa7e44a9e72444d8ff760f004c6 (diff)
downloadaur-96790301522848afc4d66984ab80c851010a00a9.tar.gz
Version 0.0.19
-rwxr-xr-x.SRCINFO8
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 884d1161b0e3..9ea18f835de1 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tako
pkgdesc = A command language and shell based on Python
- pkgver = 0.0.18
- pkgrel = 2
+ pkgver = 0.0.19
+ pkgrel = 1
url = https://takoshell.org/
install = tako.install
arch = any
@@ -9,8 +9,8 @@ pkgbase = tako
makedepends = python-setuptools
depends = python
conflicts = tako-git
- source = https://takoshell.org/takoshell-0.0.18.tar.gz
- sha256sums = 496aa6041db8f0b7c93a8a5e2e2a32723357491c4cedb5493db7b94c734fc104
+ source = https://takoshell.org/takoshell-0.0.19.tar.gz
+ sha256sums = a064eafb7d53bd90cf6de5c891df90508bc319de49d3a0009e34fedf1e5b8aa1
pkgname = tako
diff --git a/PKGBUILD b/PKGBUILD
index 9f6b50d4f51e..3c3840857b8b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: jdkaplan <jdkaplan@metagram.net>
pkgname=tako
-pkgver=0.0.18
-pkgrel=2
+pkgver=0.0.19
+pkgrel=1
pkgdesc="A command language and shell based on Python"
arch=('any')
url="https://takoshell.org/"
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
conflicts=('tako-git')
install=tako.install
source=("https://takoshell.org/takoshell-$pkgver.tar.gz")
-sha256sums=('496aa6041db8f0b7c93a8a5e2e2a32723357491c4cedb5493db7b94c734fc104')
+sha256sums=('a064eafb7d53bd90cf6de5c891df90508bc319de49d3a0009e34fedf1e5b8aa1')
package() {
cd "$srcdir/takoshell-$pkgver"