summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kaplan2016-10-31 15:53:31 -0400
committerJeremy Kaplan2016-10-31 15:53:31 -0400
commit068b04a543e4a7fc7a4a236c3ac792d61b4a14c5 (patch)
tree3078c0e5c0abe7cb3434c3710e6c470c160dd3cc
parentc073da6bf6e53a5d71849c5f2a11ef01e7154c46 (diff)
downloadaur-068b04a543e4a7fc7a4a236c3ac792d61b4a14c5.tar.gz
Version 0.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dca0bc0ffb2b..b2971aec71b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tako
pkgdesc = A command language and shell based on Python
- pkgver = 0.0.3
+ pkgver = 0.0.4
pkgrel = 1
url = https://takoshell.org/
install = tako.install
@@ -8,8 +8,8 @@ pkgbase = tako
license = custom:Soopycat2
makedepends = python-setuptools
depends = python
- source = https://takoshell.org/tako-0.0.3.tar.gz
- sha256sums = 532f17893547617e3c96ffd1cc8aeafcc3262ad37fb897102b43a2c9bb71a63b
+ source = https://takoshell.org/tako-0.0.4.tar.gz
+ sha256sums = b9d36105e6756c948cb0b7cc70b171db717962eea07a22cfc1762485d3441912
pkgname = tako
diff --git a/PKGBUILD b/PKGBUILD
index 15475f577d4b..59892eaab6d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: jdkaplan <jdkaplan@metagram.net>
pkgname=tako
-pkgver=0.0.3
+pkgver=0.0.4
pkgrel=1
pkgdesc="A command language and shell based on Python"
arch=('any')
@@ -11,7 +11,7 @@ depends=('python')
makedepends=('python-setuptools')
install=tako.install
source=("https://takoshell.org/$pkgname-$pkgver.tar.gz")
-sha256sums=('532f17893547617e3c96ffd1cc8aeafcc3262ad37fb897102b43a2c9bb71a63b')
+sha256sums=('b9d36105e6756c948cb0b7cc70b171db717962eea07a22cfc1762485d3441912')
package() {
cd "$srcdir/$pkgname-$pkgver"