File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
# Maintainer: @gsobell
3
3
4
4
pkgname=dango
5
- pkgver=0.4.0
5
+ pkgver=0.4.2
6
6
pkgrel=1
7
7
pkgdesc=' A terminal based Go board written in python'
8
8
arch=(' any' )
@@ -13,7 +13,7 @@ depends=('python')
13
13
optdepends=(' gnugo: computer opponent' )
14
14
source=(" $url /archive/refs/tags/v${pkgver} .tar.gz" )
15
15
noextract=()
16
- sha256sums=(' 70c0a5eec64ae78712eced23c75ab29ffc748f486c77125c62a473b9511c26a2 ' )
16
+ sha256sums=(' 0856ca9563baee36c922875e62efab3ac3399339e0fad4cc957ebdc11af67f04 ' )
17
17
18
18
package () {
19
19
cd " $srcdir /$pkgname -$pkgver "
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ python <(curl -s https://raw.githubusercontent.com/gsobell/dango/dan/dango.py)
19
19
20
20
To download and launch, run the following:
21
21
``` shell
22
- curl -o https://raw.githubusercontent.com/gsobell/dango/dan/dango.py
22
+ curl -O https://raw.githubusercontent.com/gsobell/dango/dan/dango.py
23
23
mv dango.py dango && chmod +x dango
24
24
./dango
25
25
```
You can’t perform that action at this time.
0 commit comments