Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / python-yaspin
Commits: 451d81fa by Felix Yan at 2023-10-04T18:54:34+03:00 upgpkg: 2.4.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = python-yaspin + pkgdesc = Yet Another Terminal Spinner + pkgver = 2.4.0 + pkgrel = 1 + url = https://github.com/pavdmyt/yaspin + arch = any + license = MIT + checkdepends = python-pytest + makedepends = python-build + makedepends = python-installer + makedepends = python-poetry-core + depends = python-termcolor + source = https://github.com/pavdmyt/yaspin/archive/v2.4.0/python-yaspin-2.4.0.tar.gz + sha512sums = e23efda78551d58f7907ee9347ddcbf8aa75a86ded3e8b31ff38b316a8179e81ff5ec0d280384995384cbe743f5f1da4cffb16f217378638de587839c88eb3c5 + +pkgname = python-yaspin ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-yaspin -pkgver=2.3.0 -pkgrel=2 +pkgver=2.4.0 +pkgrel=1 pkgdesc="Yet Another Terminal Spinner" url="https://github.com/pavdmyt/yaspin" license=('MIT') @@ -11,7 +11,7 @@ depends=('python-termcolor') makedepends=('python-build' 'python-installer' 'python-poetry-core') checkdepends=('python-pytest') source=("https://github.com/pavdmyt/yaspin/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('0e18b7eef0a2a0b76d0600763646f82231c0da671c05394af7d4ecaedf9c3b8b9fc7617b6b867e8c6cacdeb888194d72ac9c116c38888f9b88c8232926860ed6') +sha512sums=('e23efda78551d58f7907ee9347ddcbf8aa75a86ded3e8b31ff38b316a8179e81ff5ec0d280384995384cbe743f5f1da4cffb16f217378638de587839c88eb3c5') build() { cd yaspin-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-yaspin/-/commit/451d81fa24bba8eec2352c93e542a74a9e42f630 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-yaspin/-/commit/451d81fa24bba8eec2352c93e542a74a9e42f630 You're receiving this email because of your account on gitlab.archlinux.org.
