summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302018-03-06 17:18:40 +0100
committerM0Rf302018-03-06 17:18:40 +0100
commit8ae7543e92ddcc1a320dd10c9113cdc96ab28ec7 (patch)
tree524487146335de759956aba85c15b58c59cba7c5
parentfcdfb167c7c4a39fda0c4afd8e6710ec1d542258 (diff)
downloadaur-8ae7543e92ddcc1a320dd10c9113cdc96ab28ec7.tar.gz
python2-pyee: 5.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 854af646f8b5..6e45502befb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python2-pyee
pkgdesc = A port of node.js's EventEmitter to python
- pkgver = 0.0.9
+ pkgver = 5.0.0
pkgrel = 1
- url = https://github.com/jesusabdullah/pyee
+ url = https://github.com/jfhbrook/pyee
arch = any
license = MIT
depends = python2
- source = https://pypi.python.org/packages/source/p/pyee/pyee-0.0.9.tar.gz
- md5sums = d72a257a2507ab2376746bfd75c402be
+ source = https://pypi.python.org/packages/c6/35/b37e4ffbf46063c883675e028e38e2a24b67433fd587f188e2a5005d9329/pyee-5.0.0.tar.gz
+ md5sums = 5e7dd623f031e8b22a9e1fa64bf00a5c
pkgname = python2-pyee
diff --git a/PKGBUILD b/PKGBUILD
index 9fbba6820160..efa28e1b9692 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: robertfoster
pkgname=python2-pyee
-pkgver=0.0.9
+pkgver=5.0.0
pkgrel=1
pkgdesc="A port of node.js's EventEmitter to python"
arch=(any)
-url="https://github.com/jesusabdullah/pyee"
+url="https://github.com/jfhbrook/pyee"
license=('MIT')
depends=('python2')
-source=(https://pypi.python.org/packages/source/p/pyee/pyee-$pkgver.tar.gz)
+source=("https://pypi.python.org/packages/c6/35/b37e4ffbf46063c883675e028e38e2a24b67433fd587f188e2a5005d9329/pyee-$pkgver.tar.gz")
package(){
- cd $srcdir/pyee-$pkgver
- python2 setup.py install --root="$pkgdir"
+ cd $srcdir/pyee-$pkgver
+ python2 setup.py install --root="$pkgdir"
}
-md5sums=('d72a257a2507ab2376746bfd75c402be')
+md5sums=('5e7dd623f031e8b22a9e1fa64bf00a5c')