summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarlwgeorge2016-04-06 22:57:00 -0500
committercarlwgeorge2016-04-06 22:57:00 -0500
commitc81945856905a4f9d789f3a1b3e19553d917b9ee (patch)
tree4e2f09fecffe7fa80bfdc98e0b638a8ff6400f55
parent73aad5e9f4075d17e4f56ea522c241da7ff4678e (diff)
downloadaur-c81945856905a4f9d789f3a1b3e19553d917b9ee.tar.gz
0.32
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 334c74318917..ce1f4aba60f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Tue Mar 22 13:38:53 UTC 2016
+# Thu Apr 7 03:56:08 UTC 2016
pkgbase = ptpython
pkgdesc = Python REPL build on top of prompt_toolkit
- pkgver = 0.31
+ pkgver = 0.32
pkgrel = 1
url = https://github.com/jonathanslenders/ptpython
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://pypi.python.org/packages/source/p/ptpython/ptpython-0.31.tar.gz
- sha256sums = a70ac512efc7b3c3e1ed6adba56f7214d5ed48729f9dac474e9a73472152006f
+ source = https://pypi.python.org/packages/source/p/ptpython/ptpython-0.32.tar.gz
+ sha256sums = 0dccac7b3f0ed6efe206ee61c4042950e52b4bee05680c499472115681d3efe8
pkgname = ptpython
depends = python-docopt
diff --git a/PKGBUILD b/PKGBUILD
index 1c0609a1bc9b..fc2de936fdf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase="ptpython"
pkgname=("ptpython" "ptpython2")
-pkgver="0.31"
+pkgver="0.32"
pkgrel="1"
pkgdesc="Python REPL build on top of prompt_toolkit"
arch=("any")
@@ -14,7 +14,7 @@ makedepends=(
"python2-setuptools"
)
source=("https://pypi.python.org/packages/source/${pkgbase:0:1}/${pkgbase}/${pkgbase}-${pkgver}.tar.gz")
-sha256sums=('a70ac512efc7b3c3e1ed6adba56f7214d5ed48729f9dac474e9a73472152006f')
+sha256sums=('0dccac7b3f0ed6efe206ee61c4042950e52b4bee05680c499472115681d3efe8')
prepare() {
cp -a "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/${pkgbase}2-${pkgver}"