summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorasm0dey2019-07-10 21:19:33 +0300
committerasm0dey2019-07-10 21:19:33 +0300
commit7d0527c1ef32563f17d23461a096944baa330b6f (patch)
treee4f5d920914cb23624843ceed13d7cc53f1eadbb /PKGBUILD
parent96b73348d1207a80e67bbee72f01080146f773bf (diff)
downloadaur-7d0527c1ef32563f17d23461a096944baa330b6f.tar.gz
Do things better, faster, stronger (http://whatthecommit.com)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc9d0016acf2..aff7c2ac2170 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: asm0dey <pavel.finkelshtein+AUR@gmail.com>
pkgname=ipython-7
-pkgver=7.5.0
+pkgver=7.6.1
pkgrel=1
pkgdesc="IPython provides a rich toolkit to help you make the most of using Python interactively"
url="https://ipython.readthedocs.io/en/stable/"
@@ -21,7 +21,7 @@ provides=('ipython' 'ipython-7')
conflicts=('ipython')
makedepends=('python-setuptools')
source=("https://github.com/ipython/ipython/releases/download/$pkgver/ipython-$pkgver.tar.gz")
-md5sums=('1d6a3721812916f83f8bf5ac81d9fa75')
+md5sums=('071e369c4dc5dc0261af12312ec1e7ed')
build() {
cd "${srcdir}/ipython-$pkgver"