summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Leduc2015-07-14 17:26:07 +0200
committerSébastien Leduc2015-07-14 17:26:07 +0200
commit35621e505f4aba14e33a5908c2ae72577f172e47 (patch)
tree67bb5b0d3643e57ad0e2b41874858a08d6c0c1a2
parent48177bef3931b63967496cb1291553ad65c4776f (diff)
downloadaur-35621e505f4aba14e33a5908c2ae72577f172e47.tar.gz
bump trollius to version 2.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1de1a2986e3..f849bfd8039a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = python2-trollius
pkgdesc = Port of the Tulip project (asyncio module, PEP 3156) on Python 2.7
- pkgver = 1.0.4
- pkgrel = 2
- url = https://bitbucket.org/enovance/trollius
+ pkgver = 2.0
+ pkgrel = 1
+ url = http://trollius.readthedocs.org/
arch = any
license = APACHE
depends = python2
depends = python2-futures
- source = http://pypi.python.org/packages/source/t/trollius/trollius-1.0.4.tar.gz
- md5sums = 3631a464d49d0cbfd30ab2918ef2b783
+ optdepends = python2-unittest2: to pass trollius unit tests
+ source = http://pypi.python.org/packages/source/t/trollius/trollius-2.0.tar.gz
+ md5sums = 5704231bc385660783c5fad59e75549d
pkgname = python2-trollius
diff --git a/PKGBUILD b/PKGBUILD
index 7997c51a7130..f9dcca68b0b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Sebastien Leduc <sebastien@sleduc.fr>
pkgname=python2-trollius
_realname=trollius
-pkgver=1.0.4
-pkgrel=2
+pkgver=2.0
+pkgrel=1
pkgdesc="Port of the Tulip project (asyncio module, PEP 3156) on Python 2.7"
arch=("any")
-url="https://bitbucket.org/enovance/trollius"
+url="http://trollius.readthedocs.org/"
license=('APACHE')
depends=('python2' 'python2-futures')
+optdepends=('python2-unittest2: to pass trollius unit tests')
source=("http://pypi.python.org/packages/source/t/$_realname/$_realname-$pkgver.tar.gz")
-md5sums=('3631a464d49d0cbfd30ab2918ef2b783')
+md5sums=('5704231bc385660783c5fad59e75549d')
package() {
cd "$srcdir/$_realname-$pkgver"