diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD index ac9623f..0b24fd4 100644 --- a/trunk/PKGBUILD +++ b/trunk/PKGBUILD @@ -3,8 +3,8 @@ pkgname=python-stem _pypiname=${pkgname#*-} -pkgver=1.8.0 -pkgrel=6 +pkgver=1.8.1 +pkgrel=1 pkgdesc='Python controller library for Tor' url='https://stem.torproject.org/' arch=('any') @@ -15,7 +15,7 @@ optdepends=('tor: tor-server to talk to') replaces=('stem') provides=('stem') source=(https://files.pythonhosted.org/packages/source/${_pypiname::1}/${_pypiname}/${_pypiname}-${pkgver}.tar.gz{,.asc}) -sha256sums=('a0b48ea6224e95f22aa34c0bc3415f0eb4667ddeae3dfb5e32a6920c185568c2' +sha256sums=('81d43a7c668ba9d7bc1103b2e7a911e9d148294b373d27a59ae8da79ef7a3e2f' 'SKIP') validpgpkeys=('68278CC5DD2D1E85C4E45AD90445B7AB9ABBEEC6') # Damian Johnson (www.atagar.com) @@ -27,8 +27,9 @@ prepare() { sed -i test/settings.cfg \ -e '/|test.integ.client.connection.TestConnection/d' \ -e '/|test.integ.process.TestProcess/d' \ - -e '/|test.integ.installation.TestInstallation/d' - rm test/integ/{client/connection,{installation,process}}.py + -e '/|test.integ.installation.TestInstallation/d' \ + -e '/|test.integ.control.controller.TestController/d' + rm test/integ/{client/connection,{installation,process},control/controller}.py } build() {