diff options
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 6 insertions, 8 deletions
@@ -1,14 +1,13 @@ pkgbase = python-pytypes pkgdesc = typing toolbox w.r.t. PEP 484 - pkgver = 1.0b5 + pkgver = 1.0b10 pkgrel = 1 url = https://github.com/Stewori/pytypes arch = any license = Apache makedepends = python-setuptools-scm depends = python - source = https://files.pythonhosted.org/packages/ba/f9/6701f7cf163428aecad5bf607741bde295ae2b35bc631c60e668c6cd9c2d/pytypes-1.0b5.tar.gz - sha256sums = a28f6c7d01c91c9b4a81b4f9523cd0ce620edec3cd30bc389a34540ba3bd9de4 + source = https://files.pythonhosted.org/packages/source/p/pytypes/pytypes-1.0b10.tar.gz + sha256sums = f9264041c18d8b4779623bc9c10d978e2d2ab73d190fe028f978b3dfcc85256a pkgname = python-pytypes - @@ -1,7 +1,7 @@ # Maintainer: Paul Irofti <paul@irofti.net> _name=pytypes pkgname="python-$_name" -pkgver=1.0b5 +pkgver=1.0b10 pkgrel=1 pkgdesc="typing toolbox w.r.t. PEP 484" arch=('any') @@ -9,9 +9,8 @@ url="https://github.com/Stewori/pytypes" license=('Apache') depends=('python') makedepends=('python-setuptools-scm') -#source=("https://files.pythonhosted.org/packages/source/g/${_name}/${_name}-${pkgver}.tar.gz") -source=("https://files.pythonhosted.org/packages/ba/f9/6701f7cf163428aecad5bf607741bde295ae2b35bc631c60e668c6cd9c2d/pytypes-1.0b5.tar.gz") -sha256sums=('a28f6c7d01c91c9b4a81b4f9523cd0ce620edec3cd30bc389a34540ba3bd9de4') +source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz") +sha256sums=('f9264041c18d8b4779623bc9c10d978e2d2ab73d190fe028f978b3dfcc85256a') build() { cd "$srcdir/$_name-$pkgver" |