mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 03:17:15 +08:00
Update chaser
This commit is contained in:
parent
ff48bfa2d9
commit
300eac0b43
@ -1,5 +1,5 @@
|
||||
pkgname=chaser
|
||||
pkgver=0.9.2
|
||||
pkgver=0.9.3
|
||||
pkgrel=1
|
||||
pkgdesc='A Python wrapper for the CCR'
|
||||
arch=('any')
|
||||
@ -9,7 +9,7 @@ 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")
|
||||
sha256sums=('a5f1c3e0271e69dec705c7d24050caa76cdaf388fc74f831c70361b274580de4')
|
||||
sha256sums=('e2331725a998bfc81b830bcfea97b636c2b6eae540cc118ec0b72b2700e2e276')
|
||||
|
||||
package() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
|
4
chaser/ccr
Executable file
4
chaser/ccr
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
echo -e '\e[31m:: \e[0m\e[1mUse chaser instead!'
|
||||
chaser
|
||||
echo -ne '\e[0m'
|
Loading…
Reference in New Issue
Block a user