summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2020-07-08 23:25:18 +0200
committerNarrat2020-07-08 23:25:18 +0200
commit944d594843d354dbe2c6821f7f20c09eac714fc7 (patch)
treef704f7962f5b2099accf298a2e4f2efc039812bf
parent4ec3e923d49af21d26568826771875cfe8c6411d (diff)
downloadaur-tako.tar.gz
tako: update to 0.2.8
And change download url as the homepage doesn't contain the latest version.
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89532268a43d..2d4f43bfec2e 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tako
pkgdesc = command language and shell based on Python
- pkgver = 0.2.7
+ pkgver = 0.2.8
pkgrel = 1
url = https://takoshell.org/
install = tako.install
@@ -8,8 +8,8 @@ pkgbase = tako
license = GPL3
makedepends = python-setuptools
depends = python
- source = https://takoshell.org/releases/takoshell-0.2.7.tar.gz
- sha256sums = 4c1fe66927f13676dd904fff3017d1a51e63f74eb47f6bc76583bb3bb47f0cd3
+ source = https://files.pythonhosted.org/packages/source/t/takoshell/takoshell-0.2.8.tar.gz
+ sha256sums = 3f2d8883d0df512e4a574a317c7fed4d352480ac6e3a97ca16789e00c2717f43
pkgname = tako
diff --git a/PKGBUILD b/PKGBUILD
index 6761f3acbaf8..bc99e326e9fe 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=takoshell
pkgname=tako
-pkgver=0.2.7
+pkgver=0.2.8
pkgrel=1
pkgdesc="command language and shell based on Python"
arch=('any')
@@ -12,8 +12,9 @@ license=('GPL3')
depends=('python')
makedepends=('python-setuptools')
install=tako.install
-source=("https://takoshell.org/releases/takoshell-$pkgver.tar.gz")
-sha256sums=('4c1fe66927f13676dd904fff3017d1a51e63f74eb47f6bc76583bb3bb47f0cd3')
+#source=("https://takoshell.org/releases/takoshell-$pkgver.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
+sha256sums=('3f2d8883d0df512e4a574a317c7fed4d352480ac6e3a97ca16789e00c2717f43')
build() {