diff options
-rw-r--r-- | .SRCINFO | 9 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 7 deletions
@@ -1,14 +1,13 @@ pkgbase = python-pyefd pkgdesc = Elliptic Fourier Features of a Closed Contour - pkgver = 1.4.1 + pkgver = 1.6.0 pkgrel = 1 url = https://github.com/hbldh/pyefd arch = any license = MIT depends = python-numpy - noextract = pyefd-1.4.1-py2.py3-none-any.whl - source = https://files.pythonhosted.org/packages/py2.py3/p/pyefd/pyefd-1.4.1-py2.py3-none-any.whl - sha256sums = cc7d5bcac05d0d9d1fc897374972692c29c5dd5feb306c10018043d622e17541 + noextract = pyefd-1.6.0-py2.py3-none-any.whl + source = https://files.pythonhosted.org/packages/py2.py3/p/pyefd/pyefd-1.6.0-py2.py3-none-any.whl + sha256sums = 3c0bff21bdd00a8f1da69618ed61ea5b8a38d94c7ff5556073716aae0f66c8a2 pkgname = python-pyefd - @@ -1,6 +1,6 @@ _name=pyefd pkgname=python-$_name -pkgver=1.4.1 +pkgver=1.6.0 pkgrel=1 pkgdesc='Elliptic Fourier Features of a Closed Contour' arch=(any) @@ -11,7 +11,7 @@ _pyarch=py2.py3 _wheel="$_name-$pkgver-$_pyarch-none-any.whl" source=("https://files.pythonhosted.org/packages/$_pyarch/${_name::1}/$_name/$_wheel") noextract=("$_wheel") -sha256sums=('cc7d5bcac05d0d9d1fc897374972692c29c5dd5feb306c10018043d622e17541') +sha256sums=('3c0bff21bdd00a8f1da69618ed61ea5b8a38d94c7ff5556073716aae0f66c8a2') package() { local site="$pkgdir/usr/lib/$(readlink /bin/python3)/site-packages" |