summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordadosch2020-04-15 15:41:07 +0200
committerdadosch2020-04-15 15:41:07 +0200
commit57409aa4c8a793af5bdf23ba0842d72eb9cf9151 (patch)
treeb18588ad9cf3da162e9f43111b473a6ea8e26290 /PKGBUILD
parent7cc63eb1d098e5e3a31c0b6b973061f44059862a (diff)
downloadaur-57409aa4c8a793af5bdf23ba0842d72eb9cf9151.tar.gz
update to 0.26.0, change to github zip
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 252ae8256389..77025bcd08cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=toot
_name=toot
-pkgver=0.25.2
+pkgver=0.26.0
pkgrel=1
pkgdesc="a Mastodon CLI client"
depends=('python-requests' 'python-beautifulsoup4' 'python-wcwidth' 'python-urwid')
license=('GPL3')
arch=('any')
url="https://github.com/ihabunek/toot"
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz)
-sha256sums=('78138c6b7fef1bd150942bb5b5567359e3a498aed0b8b732cea264f74fa35399')
+source=(https://github.com/ihabunek/${_name}/archive/${pkgver}.zip)
+sha256sums=('494a398a7078c0fd61f7767dd694f88af1df128fde60e54dd3fc9c2b771872a3')
build() {
cd "$pkgname-$pkgver"