diff options
author | Erich Eckner <git@eckner.net> | 2016-08-26 12:50:32 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-08-26 12:50:32 +0200 |
commit | 341701444031ecb1830d542dc37349c9905a17c5 (patch) | |
tree | 6042ef20d5e10d8692cb4ba2851d075f6c6b2648 | |
parent | 709c8db17224d73796487ac37f2d50bd54599ae9 (diff) | |
download | archlinuxewe-341701444031ecb1830d542dc37349c9905a17c5.tar.xz |
python-editor 0.4 -> 1.0
-rw-r--r-- | python-editor/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python-editor/PKGBUILD b/python-editor/PKGBUILD index 5617ba17a..1a0b844cf 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} |