summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0963f8fd02d7..9e7aafb463dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"