rust nightly

This commit is contained in:
Ella-0 2021-02-04 22:30:41 +00:00
parent 7c0fa83de8
commit 58954c1a5e
2 changed files with 5 additions and 6 deletions

View file

@ -1,11 +1,11 @@
pkgver=0.3.1
pkgver=master
pkgname=netbsd-curses
bad=""
deps="musl"
ext="doc:dev"
fetch() {
curl -L http://github.com/sabotage-linux/netbsd-curses/archive/v$pkgver.tar.gz -o $pkgname-$pkgver.tar.gz
curl -L "https://github.com/sabotage-linux/netbsd-curses/archive/master.tar.gz" -o $pkgname-$pkgver.tar.gz
tar -xf $pkgname-$pkgver.tar.gz
}