summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHector Mtz-Seara2017-08-30 22:26:15 +0200
committerHector Mtz-Seara2017-08-30 22:26:15 +0200
commit2bb40b1f4866f7edc2837daf20a5156ab6d710c7 (patch)
tree7d65110026f266049051f2ca769c6225b736f7dc
parentf3f481a2c08f9ec65f9a0263ef6f48a76ca3c212 (diff)
downloadaur-2bb40b1f4866f7edc2837daf20a5156ab6d710c7.tar.gz
Updated to 4.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3daeea8589c9..c2ce1aec9b8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.3.1
+ pkgver = 4.4.1
pkgrel = 1
url = http://pyzo.org
arch = any
@@ -11,8 +11,8 @@ pkgbase = pyzo
optdepends = python-pyside: At lease one qt4 python bindings should be installed
conflicts = iep
replaces = iep
- source = https://github.com/pyzo/pyzo/archive/v4.3.1.tar.gz
- sha1sums = 8163a7b9f41204b43011a4abcf592df036590230
+ source = https://github.com/pyzo/pyzo/archive/v4.4.1.tar.gz
+ sha1sums = 0599c645b5428d9074788836179623ba35b9322a
pkgname = pyzo
diff --git a/PKGBUILD b/PKGBUILD
index ad09e01b1e05..3383ee57f50a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Contributor: Hector Mtz-Seara <hseara.#at#.gmail*.*com>
pkgname=pyzo
-pkgver=4.3.1
+pkgver=4.4.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"
@@ -18,7 +18,7 @@ makedepends=('python-setuptools')
source=("https://github.com/pyzo/pyzo/archive/v${pkgver}.tar.gz")
-sha1sums=('8163a7b9f41204b43011a4abcf592df036590230')
+sha1sums=('0599c645b5428d9074788836179623ba35b9322a')
build(){