[arch-commits] Commit in python-yaspin/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri May 28 12:46:32 UTC 2021
Date: Friday, May 28, 2021 @ 12:46:31
Author: felixonmars
Revision: 949724
upgpkg: python-yaspin 2.0.0-1
Modified:
python-yaspin/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-28 12:41:16 UTC (rev 949723)
+++ PKGBUILD 2021-05-28 12:46:31 UTC (rev 949724)
@@ -1,17 +1,17 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-yaspin
-pkgver=1.5.0
+pkgver=2.0.0
pkgrel=1
pkgdesc="Yet Another Terminal Spinner"
url="https://github.com/pavdmyt/yaspin"
license=('MIT')
arch=('any')
-depends=('python')
+depends=('python-termcolor')
makedepends=('python-dephell')
checkdepends=('python-pytest-runner')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pavdmyt/yaspin/archive/v$pkgver.tar.gz")
-sha512sums=('532de0b781e515835d088dbdac44b132c2cef8596d503ccec271f00245a19195c76fdabe0ba121f269d26d2686942fffcfac65402c3eb95ccfd90741f6f298a9')
+source=("https://github.com/pavdmyt/yaspin/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('5e3be4b8870ea37284b6efea939bbd5a9b6864d663812e163ec76da7f4ba1d04ab14234b0d51a6e8f0947cc622d3ff84d3584cb528b3ba86edaeb9ec53209ecc')
prepare() {
cd yaspin-$pkgver
More information about the arch-commits
mailing list