Update chaser

This commit is contained in:
Ryan Shipp 2016-06-06 19:34:43 -06:00
parent ff48bfa2d9
commit 300eac0b43
No known key found for this signature in database
GPG Key ID: 1F4037ED24A4D1F0
2 changed files with 6 additions and 2 deletions

View File

@ -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
View File

@ -0,0 +1,4 @@
#!/bin/bash
echo -e '\e[31m:: \e[0m\e[1mUse chaser instead!'
chaser
echo -ne '\e[0m'