Skip to content

Commit ac0a26d

Browse files
committed
fix pkgbuild to actual action output
1 parent e70bcd7 commit ac0a26d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/gen-pkgbuild.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ depends=()
1212
provides=('gpth')
1313
conflicts=('gpth')
1414
options=('!strip')
15-
source=('\${url}/releases/download/v\${pkgver}/gpth-v\${pkgver}-linux')
15+
source=('\${url}/releases/download/v\${pkgver}/gpth-v\${pkgver}-Linux.exe')
1616
sha256sums=('$(sha256sum "$1" | cut -d " " -f 1)')
1717
1818
package() {
19-
install -Dm755 gpth-v\${pkgver}-linux '\$pkgdir/usr/bin/gpth'
19+
install -Dm755 gpth-v\${pkgver}-Linux.exe '\$pkgdir/usr/bin/gpth'
2020
}"
2121

2222
echo "$txt" >PKGBUILD

0 commit comments

Comments
 (0)