Skip to content

Commit 5619eef

Browse files
committed
added prefix
1 parent 7444dd8 commit 5619eef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ func example() PKGBUILD.Template {
110110
tpl.ShortDescription = `my example application`
111111
tpl.URL = `https://github.com/examplerepo/exampleapp`
112112
tpl.Install = `$pkgname.install`
113+
tpl.PackageURLPrefix = `https://github.com/examplerepo/exampleapp/releases/download/$pkgver/`
113114

114115
return tpl
115116
}

0 commit comments

Comments
 (0)