* update python-cleo to 1:2.1.0-1
This commit is contained in:
parent
d643a99f0c
commit
f042756a9e
@ -1,7 +1,8 @@
|
||||
pkgbase = python-cleo
|
||||
pkgdesc = create beautiful and testable command-line interfaces
|
||||
pkgver = 2.2.1
|
||||
pkgrel = 2
|
||||
pkgver = 2.1.0
|
||||
pkgrel = 1
|
||||
epoch = 1
|
||||
url = https://github.com/python-poetry/cleo
|
||||
arch = any
|
||||
license = MIT
|
||||
@ -14,8 +15,8 @@ pkgbase = python-cleo
|
||||
depends = python-crashtest
|
||||
depends = python-rapidfuzz
|
||||
depends = python-typing_extensions
|
||||
source = https://github.com/python-poetry/cleo/archive/2.2.1/cleo-2.2.1.tar.gz
|
||||
sha256sums = ee0a700bc9547fff1c31fc61fc5155412147b198e183498c3d926d8b1eb7ebb2
|
||||
b2sums = 2f5da066672ecf7067801cd6287cd81055be893001a00067ada150c76363dde1ad3dc715d030963a15cee56080a15d1843d34499a92a55a4d4a3dfe340239ce5
|
||||
source = https://github.com/python-poetry/cleo/archive/2.1.0/cleo-2.1.0.tar.gz
|
||||
sha256sums = f5905052d783d540271de62b546c8ad89792e8c2787a59c41b0d8c8c31934093
|
||||
b2sums = 7c9d0cc869d1e185c2c5a092a8aa1d1b3cce5fc25246939c0ff94920ac7070000b110be9f6cd9d1f827ed951ff22b9ad62e3c17a941022967b7599e456cda837
|
||||
|
||||
pkgname = python-cleo
|
||||
|
@ -2,3 +2,4 @@
|
||||
source = "github"
|
||||
github = "python-poetry/cleo"
|
||||
use_max_tag = true
|
||||
ignored = '2.2.0 2.2.1'
|
||||
|
@ -4,9 +4,10 @@
|
||||
|
||||
_pkgname=cleo
|
||||
pkgname=python-cleo
|
||||
pkgver=2.2.1
|
||||
pkgrel=2
|
||||
pkgdesc="create beautiful and testable command-line interfaces"
|
||||
pkgver=2.1.0
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc='create beautiful and testable command-line interfaces'
|
||||
arch=(any)
|
||||
url="https://github.com/python-poetry/$_pkgname"
|
||||
license=(MIT)
|
||||
@ -19,8 +20,8 @@ checkdepends=(python-pytest
|
||||
python-pytest-mock)
|
||||
_archive="$_pkgname-$pkgver"
|
||||
source=("$url/archive/$pkgver/$_archive.tar.gz")
|
||||
sha256sums=('ee0a700bc9547fff1c31fc61fc5155412147b198e183498c3d926d8b1eb7ebb2')
|
||||
b2sums=('2f5da066672ecf7067801cd6287cd81055be893001a00067ada150c76363dde1ad3dc715d030963a15cee56080a15d1843d34499a92a55a4d4a3dfe340239ce5')
|
||||
sha256sums=('f5905052d783d540271de62b546c8ad89792e8c2787a59c41b0d8c8c31934093')
|
||||
b2sums=('7c9d0cc869d1e185c2c5a092a8aa1d1b3cce5fc25246939c0ff94920ac7070000b110be9f6cd9d1f827ed951ff22b9ad62e3c17a941022967b7599e456cda837')
|
||||
|
||||
prepare() {
|
||||
cd "$_archive"
|
||||
|
Loading…
x
Reference in New Issue
Block a user