mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 17:33:20 +08:00
chaser: rebuild for python3
This commit is contained in:
parent
dcc1ea615e
commit
f364f983d0
@ -1,17 +1,17 @@
|
||||
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-termcolor')
|
||||
source=("https://github.com/ccr-tools/${pkgname}/archive/${pkgver}.tar.gz")
|
||||
depends=('python3' 'python3-requests' 'python3-aur' 'python3-ccr'
|
||||
'python3-toposort' 'python3-setuptools' 'python3-progressbar'
|
||||
'python3-termcolor')
|
||||
source=("https://github.com/ccr-tools/${pkgname}/archive/${pkgver}.tar.gz")
|
||||
sha256sums=('337003f2925f500749ec1d6c212692223a1c1b6d28ef89b4fa5b80457c2304ca')
|
||||
|
||||
package() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
python3 setup.py install --root="${pkgdir}/"
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
python3 setup.py install --root="${pkgdir}/"
|
||||
}
|
||||
|
@ -94,3 +94,4 @@ python-termcolor
|
||||
python-utils
|
||||
python-progressbar
|
||||
python-toposort
|
||||
chaser
|
||||
|
Loading…
Reference in New Issue
Block a user