summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordadosch2020-01-23 13:34:15 +0100
committerdadosch2020-01-23 13:34:15 +0100
commit7cc63eb1d098e5e3a31c0b6b973061f44059862a (patch)
treecff2760d6c4944b332ece5d34d1f0ea1ddfdd2c7
parent3c9c64872bddc244c025bbd782a9be3fed63eefa (diff)
downloadaur-7cc63eb1d098e5e3a31c0b6b973061f44059862a.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5d18fb3e14d..9925a8f6b623 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = toot
pkgdesc = a Mastodon CLI client
- pkgver = 0.25.0
+ pkgver = 0.25.2
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.0.tar.gz
- sha256sums = eac52d728750aca6cd9985f5fb5dc4d4564b40bdfbf5bcbbbeacf38ae3114a46
+ source = https://files.pythonhosted.org/packages/source/t/toot/toot-0.25.2.tar.gz
+ sha256sums = 78138c6b7fef1bd150942bb5b5567359e3a498aed0b8b732cea264f74fa35399
pkgname = toot
diff --git a/PKGBUILD b/PKGBUILD
index 05562371f41d..252ae8256389 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=toot
_name=toot
-pkgver=0.25.0
+pkgver=0.25.2
pkgrel=1
pkgdesc="a Mastodon CLI client"
depends=('python-requests' 'python-beautifulsoup4' 'python-wcwidth' 'python-urwid')
@@ -8,7 +8,7 @@ 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=('eac52d728750aca6cd9985f5fb5dc4d4564b40bdfbf5bcbbbeacf38ae3114a46')
+sha256sums=('78138c6b7fef1bd150942bb5b5567359e3a498aed0b8b732cea264f74fa35399')
build() {
cd "$pkgname-$pkgver"
@@ -19,7 +19,6 @@ package() {
cd "$pkgname-$pkgver"
python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
- rm $pkgdir/usr/CHANGELOG.md
mkdir -p $pkgdir/usr/share/licenses/toot
- mv $pkgdir/usr/LICENSE $pkgdir/usr/share/licenses/toot/
+ cp $srcdir/$pkgname-$pkgver/LICENSE $pkgdir/usr/share/licenses/toot/
}