summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99665668e71b..bcc0584e36a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,15 @@
pkgbase = pyzo
pkgdesc = Pyzo is a cross-platform Python IDE focused on interactivity and introspection, which makes it very suitable for scientific computing.
- pkgver = 4.4.2
+ pkgver = 4.5.1
pkgrel = 1
url = http://pyzo.org
arch = any
license = BSD
makedepends = python-setuptools
- depends = python-pyzolib
optdepends = python-pyqt4: At least one qt4 python bindings should be installed
optdepends = python-pyside: At lease one qt4 python bindings should be installed
- conflicts = iep
- replaces = iep
- source = https://github.com/pyzo/pyzo/archive/v4.4.2.tar.gz
- sha1sums = f0d99253bd53902854b0fc995f61818eb79ca212
+ source = https://github.com/pyzo/pyzo/archive/v4.5.1.tar.gz
+ sha1sums = 12d2e934f88c453e755e1e7c8984e495c45fe748
pkgname = pyzo
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(){