Skip to content

Commit abb985d

Browse files
committed
fix(goreleaser): change aur package name to fjira-bin
1 parent 3b7b11f commit abb985d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.goreleaser.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -106,17 +106,17 @@ snapcrafts:
106106
plugs: ["home", "network", "network-bind"]
107107

108108
aurs:
109-
- name: fjira
109+
- name: fjira-bin
110110
homepage: https://github.com/mk-5/fjira
111111
description: Fjira - the fuzziest Jira command line tool in the world
112112
maintainers:
113113
- 'Mateusz Kulawik <[email protected]>'
114114
- 'Jonathan Neidel <aur at jneidel dot com>'
115115
license: 'AGPL3'
116116
private_key: '{{ .Env.AUR_KEY }}'
117-
git_url: 'ssh://[email protected]/fjira.git'
117+
git_url: 'ssh://[email protected]/fjira-bin.git'
118118
package: |-
119-
install -Dm755 "./fjira" "${pkgdir}/usr/bin/fjira"
119+
install -Dm755 "./fjira-bin" "${pkgdir}/usr/bin/fjira"
120120
121121
chocolateys:
122122
-

0 commit comments

Comments
 (0)