chaser: rebuild for python3

This commit is contained in:
Ram-Z 2017-11-12 19:29:32 +00:00
parent dcc1ea615e
commit f364f983d0
2 changed files with 11 additions and 10 deletions

View File

@ -1,12 +1,12 @@
pkgname=chaser
pkgver=0.9.8
pkgrel=1
pkgrel=2
pkgdesc='A Python wrapper for the CCR'
arch=('any')
url='http://github.com/ccr-tools/chaser/'
license=('BSD3')
depends=('python3' 'python3-requests' 'python3-aur' 'python3-ccr'
'python3-toposort' 'python3-setuptools' 'python3-progressbar2'
'python3-toposort' 'python3-setuptools' 'python3-progressbar'
'python3-termcolor')
source=("https://github.com/ccr-tools/${pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('337003f2925f500749ec1d6c212692223a1c1b6d28ef89b4fa5b80457c2304ca')

View File

@ -94,3 +94,4 @@ python-termcolor
python-utils
python-progressbar
python-toposort
chaser