summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26cac1d590c3..42bf0f25e9ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
-
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"