summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 73ea46074a44..551a30bd7798 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: qlonik <volodin.n at gmail dot com>
pkgname=python-pyee
-pkgver=0.0.9
+pkgver=1.0.1
pkgrel=1
pkgdesc="A port of node.js's EventEmitter to python."
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/jesusabdullah/pyee"
license=('MIT')
depends=('python')
source=("https://pypi.python.org/packages/source/p/pyee/pyee-$pkgver.tar.gz")
-md5sums=('d72a257a2507ab2376746bfd75c402be')
+md5sums=('d7583c0d788e7d332538429d01178390')
build() {
cd "$srcdir/pyee-$pkgver"