summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSameer Puri2023-02-24 10:10:59 -0800
committerSameer Puri2023-02-24 10:10:59 -0800
commit87518ef3970705ea6cae207d2e97f00a43e8ae5f (patch)
tree0431649a290f4f62181333c1d0e96766a253cb8c /PKGBUILD
parent402ea2c194cf4839c43fa5e51cfe1bacac67c181 (diff)
downloadaur-87518ef3970705ea6cae207d2e97f00a43e8ae5f.tar.gz
update to v0.6.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7da5aafcf69b..89e83e3d7bdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@ export PIP_DISABLE_PIP_VERSION_CHECK=true
pkgname=python-enamlx
epoch=
-pkgver=0.4.5
+pkgver=0.6.2
pkgrel=00
pkgdesc='Additional Qt Widgets for Enaml'
arch=(any)
url=https://github.com/frmdstryr/enamlx
license=(MIT)
depends=(python python-enaml)
-## EXTRA_DEPENDS ##
+depends+=(python-numpy)
makedepends=(python-pip)
checkdepends=()
provides=()
@@ -20,9 +20,9 @@ conflicts=(${provides%=*}) # No quotes, to avoid an empty entry.
source=(PKGBUILD_EXTRAS)
md5sums=(SKIP)
noextract=()
-source+=(https://files.pythonhosted.org/packages/d2/2b/8a43e7ca191aa61522b3d441397aa74872f975f03d89852d470773b02d00/enamlx-0.4.5-py2.py3-none-any.whl)
-md5sums+=(56f4580e0c134b0399578e99cc76d470)
-noextract+=(enamlx-0.4.5-py2.py3-none-any.whl)
+source+=(https://files.pythonhosted.org/packages/06/c6/f8d5f93c772fa8d847493f2de4e3ed5edbcead6ae6c2ae2eab26c825bc0a/enamlx-0.6.2-py2.py3-none-any.whl)
+md5sums+=(1de3b48bcdee55c7640a439db992344b)
+noextract+=(enamlx-0.6.2-py2.py3-none-any.whl)
source+=(LICENSE)
md5sums+=(794244867fb0e2662f4faaca995758f9)