upgpkg: python2-first 2.0.2-1
upstream release
This commit is contained in:
parent
32f4e4ec9f
commit
c0a85d6d77
2 changed files with 6 additions and 7 deletions
|
@ -1,14 +1,13 @@
|
|||
pkgbase = python2-first
|
||||
pkgdesc = Provides a Python function to get the first element of an iterator.
|
||||
pkgver = 2.0.1
|
||||
pkgver = 2.0.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/hynek/first/
|
||||
arch = any
|
||||
license = MIT
|
||||
makedepends = python2-setuptools
|
||||
depends = python2
|
||||
source = https://pypi.python.org/packages/source/f/first/first-2.0.1.tar.gz
|
||||
md5sums = eb62baf10657717238f9dc674b8b681f
|
||||
source = https://pypi.python.org/packages/source/f/first/first-2.0.2.tar.gz
|
||||
sha256sums = ff285b08c55f8c97ce4ea7012743af2495c9f1291785f163722bd36f6af6d3bf
|
||||
|
||||
pkgname = python2-first
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
||||
# Maintainer: Cedric Girard <cgirard [dot] archlinux [at] valinor [dot] fr>
|
||||
# Contributor: Christopher Arndt <aur -at- chrisarndt -dot- de>
|
||||
|
||||
_pkgname=first
|
||||
pkgname="python2-${_pkgname}"
|
||||
pkgver=2.0.1
|
||||
pkgver=2.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="Provides a Python function to get the first element of an iterator."
|
||||
arch=('any')
|
||||
|
@ -12,7 +12,7 @@ license=('MIT')
|
|||
depends=('python2')
|
||||
makedepends=('python2-setuptools')
|
||||
source=("https://pypi.python.org/packages/source/f/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
|
||||
md5sums=('eb62baf10657717238f9dc674b8b681f')
|
||||
sha256sums=('ff285b08c55f8c97ce4ea7012743af2495c9f1291785f163722bd36f6af6d3bf')
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$_pkgname-$pkgver"
|
||||
|
|
Loading…
Reference in a new issue