summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordadosch2020-04-15 15:41:07 +0200
committerdadosch2020-04-15 15:41:07 +0200
commit57409aa4c8a793af5bdf23ba0842d72eb9cf9151 (patch)
treeb18588ad9cf3da162e9f43111b473a6ea8e26290
parent7cc63eb1d098e5e3a31c0b6b973061f44059862a (diff)
downloadaur-57409aa4c8a793af5bdf23ba0842d72eb9cf9151.tar.gz
update to 0.26.0, change to github zip
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9925a8f6b623..9398468e542a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = toot
pkgdesc = a Mastodon CLI client
- pkgver = 0.25.2
+ pkgver = 0.26.0
pkgrel = 1
url = https://github.com/ihabunek/toot
arch = any
@@ -9,8 +9,8 @@ pkgbase = toot
depends = python-beautifulsoup4
depends = python-wcwidth
depends = python-urwid
- source = https://files.pythonhosted.org/packages/source/t/toot/toot-0.25.2.tar.gz
- sha256sums = 78138c6b7fef1bd150942bb5b5567359e3a498aed0b8b732cea264f74fa35399
+ source = https://github.com/ihabunek/toot/archive/0.26.0.zip
+ sha256sums = 494a398a7078c0fd61f7767dd694f88af1df128fde60e54dd3fc9c2b771872a3
pkgname = toot
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"