summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke2022-07-29 04:51:24 -0500
committerLuke2022-07-29 04:51:24 -0500
commit53f266e4b3d557abab5900c20e22a88cd4cb635f (patch)
treeaf005b12d8ebe9279e15d41bb94915848f9690d1
parent1e4839f72e260fa23799d1073320b378631c97a1 (diff)
downloadaur-53f266e4b3d557abab5900c20e22a88cd4cb635f.tar.gz
fix binary link
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 653f0c4fbb3e..1bb058019b06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=0
arch=('x86_64')
url="https://github.com/Infinitybeond1/dye"
license=('GPL3')
-source=("dye-$pkgver.zip::https://github.com/Infinitybeond1/dye/releases/download/v$pkgver/dye-ubuntu-latest-amd64.zip")
+source=("dye-$pkgver.zip::https://github.com/Infinitybeond1/dye/releases/download/v$pkgver/dye-linux.zip")
package() {
install -D "dye" "$pkgdir/usr/bin/dye"