Skip to content

Commit a0cfd1c

Browse files
committed
ci: fix the source to point to new tar.gz permalink
1 parent 23e4bb9 commit a0cfd1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/aur/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license=("MIT")
77
arch=("x86_64")
88
provides=("tattoy")
99
conflicts=("tattoy")
10-
source=("https://github.com/tattoy-org/tattoy/releases/download/v$pkgver/tattoy-x86_64-unknown-linux-gnu.tar.gz")
10+
source=("https://github.com/tattoy-org/tattoy/releases/download/tattoy-v$pkgver/tattoy-x86_64-unknown-linux-gnu.tar.gz")
1111
sha256sums=("SKIP")
1212

1313
package() {

0 commit comments

Comments
 (0)