summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorasm0dey2019-03-22 23:52:58 +0300
committerasm0dey2019-03-22 23:52:58 +0300
commiteb8c469e87cd3f0a9f9854183b60b89d72837421 (patch)
treee55c6ae0f47d8ae0d72197fd9320093a99f7a7a4
parente59cf6e49c1a825628e2b549485b2a840560fe8b (diff)
downloadaur-eb8c469e87cd3f0a9f9854183b60b89d72837421.tar.gz
Herpy dooves. (http://whatthecommit.com)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e09d21e5437..5d14589242aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ipython-7
pkgdesc = IPython provides a rich toolkit to help you make the most of using Python interactively
- pkgver = 7.3.0
+ pkgver = 7.4.0
pkgrel = 1
url = https://ipython.readthedocs.io/en/stable/
arch = any
@@ -17,8 +17,8 @@ pkgbase = ipython-7
provides = ipython
provides = ipython-7
conflicts = ipython
- source = https://github.com/ipython/ipython/releases/download/7.3.0/ipython-7.3.0.tar.gz
- md5sums = d12de3bf8fdf9997f9cda81d55b6ce6a
+ source = https://github.com/ipython/ipython/releases/download/7.4.0/ipython-7.4.0.tar.gz
+ md5sums = 1964e52ab2faa68b249dec06517f9ee0
pkgname = ipython-7
diff --git a/PKGBUILD b/PKGBUILD
index c29104ab873a..05041a33d235 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: asm0dey <pavel.finkelshtein+AUR@gmail.com>
pkgname=ipython-7
-pkgver=7.3.0
+pkgver=7.4.0
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=('d12de3bf8fdf9997f9cda81d55b6ce6a')
+md5sums=('1964e52ab2faa68b249dec06517f9ee0')
build() {
cd "${srcdir}/ipython-$pkgver"