We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
source
1 parent 23e4bb9 commit a0cfd1cCopy full SHA for a0cfd1c
scripts/aur/PKGBUILD
@@ -7,7 +7,7 @@ license=("MIT")
7
arch=("x86_64")
8
provides=("tattoy")
9
conflicts=("tattoy")
10
-source=("https://github.com/tattoy-org/tattoy/releases/download/v$pkgver/tattoy-x86_64-unknown-linux-gnu.tar.gz")
+source=("https://github.com/tattoy-org/tattoy/releases/download/tattoy-v$pkgver/tattoy-x86_64-unknown-linux-gnu.tar.gz")
11
sha256sums=("SKIP")
12
13
package() {
0 commit comments