summaryrefslogtreecommitdiff
path: root/python-editor/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-11-28 06:49:39 +0100
committerErich Eckner <git@eckner.net>2016-11-28 06:49:39 +0100
commit68277c5eae743b2ff95eace9e4cdf033f1b5243c (patch)
treeb4e1a511df58c24982601f0c6c0c4ce1a37741fd /python-editor/PKGBUILD
parentdaf1a9b047d0f5ae4144df58bd30b6aa8730b30f (diff)
downloadarchlinuxewe.git.save-68277c5eae743b2ff95eace9e4cdf033f1b5243c.tar.xz
python-editor 1.0.2 -> 1.0.3
Diffstat (limited to 'python-editor/PKGBUILD')
-rw-r--r--python-editor/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/python-editor/PKGBUILD b/python-editor/PKGBUILD
index 87f782d6..a156bb40 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=1.0.2
+pkgver=1.0.3
pkgrel=1
pkgdesc="Programmatically open an editor, capture the result"
url="https://github.com/fmoo/python-editor"
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
license=('Apache')
arch=('any')
source=("https://github.com/fmoo/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('7237d95ee3297b1cc620b900d625028b5f6f8f14510ce62dd2570ce33e295af99b292d4159acf5c3abcf508802ce194254bd7beac19d59401ad39f6d6c0bb402')
+sha512sums=('0b14462099f8c5a3a7517f0f0cb744470284c34d164483bc58b15ecf4c5484090149d5dcb923b932a41857cfa34d4f10e4238ccc20089804a14631a459b63a39')
build() {
cd $srcdir/${pkgname}-${pkgver}