summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python-editor/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/python-editor/PKGBUILD b/python-editor/PKGBUILD
index 5617ba17..1a0b844c 100644
--- a/python-editor/PKGBUILD
+++ b/python-editor/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Erich Eckner <arch at eckner dot net>
pkgname=python-editor
-pkgver=0.4
+pkgver=1.0
pkgrel=1
pkgdesc="Programmatically open an editor, capture the result"
url="https://github.com/fmoo/python-editor"
@@ -10,8 +10,8 @@ depends=('python' )
makedepends=('python-setuptools')
license=('Apache')
arch=('any')
-source=("https://pypi.python.org/packages/source/p/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('30de680ec944d073e0c3f18b44d5aa15')
+source=("https://github.com/fmoo/${pkgname}/archive/${pkgver}.tar.gz")
+sha512sums=('014c063a3dcf123e563a398e545b7d5770c6e56a79870a1007adbc0a79a34d4601ea9df68183d9522c2ca4d8dca6135c8c7bb9c2b94c1f9ba4876136fcafc0bd')
build() {
cd $srcdir/${pkgname}-${pkgver}