summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKiet To2020-04-15 13:14:38 +0930
committerKiet To2020-04-15 13:14:38 +0930
commitaaddc1d659c10123afae6df7bcbef5c12c4529ec (patch)
treedc4a06600a31821f24912287fb927d1cd33b9d90 /PKGBUILD
parent0784cd31d538f093ed478a42e0624742b4e1204b (diff)
downloadaur-aaddc1d659c10123afae6df7bcbef5c12c4529ec.tar.gz
* update to 3.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eafe5b579795..b6fd68457aaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase="ptpython"
pkgname="ptpython"
-pkgver="3.0.1"
+pkgver="3.0.2"
pkgrel="1"
pkgdesc="Python REPL build on top of prompt_toolkit"
arch=("any")
@@ -21,8 +21,9 @@ optdepends=(
"ipython: ptipython (ptpython + ipython)"
)
provides=("ptpython3")
-source=("https://files.pythonhosted.org/packages/49/b7/e11d308880e24387e71eb81c2fc20e22aee573542be7cff540051334a59b/${pkgbase}-${pkgver}.tar.gz")
-sha256sums=('a69cce0aa04f0075e2e65287a0ee2f3a928c0591b301ce22aa2e498af1ebcb4b')
+# source=("https://files.pythonhosted.org/packages/49/b7/e11d308880e24387e71eb81c2fc20e22aee573542be7cff540051334a59b/${pkgbase}-${pkgver}.tar.gz")
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/prompt-toolkit/ptpython/archive/${pkgver}.tar.gz")
+sha256sums=('ac78c6942c7ca14b38f05eb75dc1b564b8c9f99e8f63455323e18a0c4a439967')
prepare() {
cp -a "${srcdir}/${pkgbase}-${pkgver}" "${srcdir}/${pkgbase}2-${pkgver}"