summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHector Mtz-Seara2018-02-28 12:42:11 +0100
committerHector Mtz-Seara2018-02-28 12:42:11 +0100
commitf69e493bc79f4674147ae541d9f7017a0ab79eeb (patch)
tree1017a55ef8e3ee2f61c7b0310784fb92a97b464d /PKGBUILD
parent8db140053b26f329d6e7df5473bd5ec5f4156140 (diff)
downloadaur-f69e493bc79f4674147ae541d9f7017a0ab79eeb.tar.gz
Updated v4.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c9a9c0f8244..059527855c40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
#Contributor: Hector Mtz-Seara <hseara.#at#.gmail*.*com>
pkgname=pyzo
-pkgver=4.4.2
+pkgver=4.5.1
pkgrel=1
pkgdesc="Pyzo is a cross-platform Python IDE focused on interactivity and introspection, which makes it very suitable for scientific computing."
url="http://pyzo.org"
license=("BSD")
arch=('any')
-depends=('python-pyzolib')
-replaces=('iep')
-conflicts=('iep')
+#depends=('python-pyzolib')
+#replaces=('iep')
+#conflicts=('iep')
optdepends=(
'python-pyqt4: At least one qt4 python bindings should be installed'
'python-pyside: At lease one qt4 python bindings should be installed'
@@ -18,7 +18,7 @@ makedepends=('python-setuptools')
source=("https://github.com/pyzo/pyzo/archive/v${pkgver}.tar.gz")
-sha1sums=('f0d99253bd53902854b0fc995f61818eb79ca212')
+sha1sums=('12d2e934f88c453e755e1e7c8984e495c45fe748')
build(){