idfk
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
jjohnstondev 2023-01-08 22:11:44 -08:00
parent 76915fe18a
commit 4b59bea92f
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ steps:
- name: build
image: golang:1.19
commands:
- go build -o bin/gospt
- go build -o gospt
- name: gitea_release
image: plugins/gitea-release
settings:

View File

@ -1,13 +1,13 @@
BINARY_NAME=gospt
hashes: build
sha256sum bin/gospt
sha256sum gospt
srcinfo:
cd aur && makepkg --printsrcinfo > .SRCINFO
build:
go build -o bin/${BINARY_NAME}
go build -o ${BINARY_NAME}
run:
go run main.go

View File

@ -1,6 +1,6 @@
# Maintainer: abs3nt <abs3nt@asdf.cafe>
pkgname="gospt"
pkgver=0.0.1
pkgver=0.0.2
pkgrel=1
epoch=1
pkgdesc="Spotify TUI and CLI written in Go"