summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cbeb483bbfe..7244248d6f71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-ipython-autotime
pkgdesc = Time everything in IPython
- pkgver = 0.1
+ pkgver = 0.3.1
pkgrel = 1
url = https://github.com/cpcloud/ipython-autotime
arch = any
license = APACHE
makedepends = python-setuptools
depends = ipython
- source = https://files.pythonhosted.org/packages/e6/f9/0626bbdb322e3a078d968e87e3b01341e7890544de891d0cb613641220e6/ipython-autotime-0.1.tar.bz2
- sha512sums = a75ea3583bde0f7acae3f0f49f0970e0f35f7c3872a660ad2de7128a47d4aec2acfc4d39bab074e357dc595ebdaff966b1adc80e5db501244981a9f029b5cf83
+ source = https://files.pythonhosted.org/packages/26/01/ef9279afb4da30be2cccbf5525886753e35732f89ad60da1a298676dd5a1/ipython-autotime-0.3.1.tar.gz
+ sha512sums = d4fb849689a2dfadfdd56097a109c7a1f84721eca346aa8b71ede0df1df1241a5c320b304521cdb707af568730fe79dec2f9a8c32b2ec97403499ac66e1cff98
pkgname = python-ipython-autotime
-
diff --git a/PKGBUILD b/PKGBUILD
index 824ec54035cc..2d622fe53bef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: piernov <piernov@piernov.org>
pkgname=python-ipython-autotime
-pkgver=0.1
+pkgver=0.3.1
pkgrel=1
pkgdesc="Time everything in IPython"
arch=('any')
@@ -9,8 +9,8 @@ url="https://github.com/cpcloud/ipython-autotime"
license=('APACHE')
depends=('ipython')
makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/e6/f9/0626bbdb322e3a078d968e87e3b01341e7890544de891d0cb613641220e6/ipython-autotime-${pkgver}.tar.bz2")
-sha512sums=('a75ea3583bde0f7acae3f0f49f0970e0f35f7c3872a660ad2de7128a47d4aec2acfc4d39bab074e357dc595ebdaff966b1adc80e5db501244981a9f029b5cf83')
+source=("https://files.pythonhosted.org/packages/26/01/ef9279afb4da30be2cccbf5525886753e35732f89ad60da1a298676dd5a1/ipython-autotime-$pkgver.tar.gz")
+sha512sums=('d4fb849689a2dfadfdd56097a109c7a1f84721eca346aa8b71ede0df1df1241a5c320b304521cdb707af568730fe79dec2f9a8c32b2ec97403499ac66e1cff98')
build() {
cd ipython-autotime-$pkgver