summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNikita Volodin [Никита Володин]2015-11-01 11:15:39 -0400
committerNikita Volodin [Никита Володин]2015-11-01 11:15:39 -0400
commit568866b185db25003c12b263ceb6998c130dba7a (patch)
treeaff16ec374f7aeea40f11ace985b1760d9404404 /PKGBUILD
parent203d4d54ae528c14f27135756349e081dc61583e (diff)
downloadaur-568866b185db25003c12b263ceb6998c130dba7a.tar.gz
feat(python-pyee): bump 0.0.9 -> 1.0.1
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"