summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyleUltimate2022-04-25 20:57:52 +0800
committerKyleUltimate2022-04-25 20:57:52 +0800
commita166a45eebd29235336c6dae290cd4d5f9119a84 (patch)
treecedc48da6dfaacc4a1891a39e420fb794fca68d2
parent4118452d88138458014e14d0155cf162f9da9714 (diff)
downloadaur-a166a45eebd29235336c6dae290cd4d5f9119a84.tar.gz
Fix source downloaded name
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98b73cf63c29..5fbfe0d7f114 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = ferium-bin
arch = x86_64
license = MPL2
depends = gtk3
- source = https://github.com/theRookieCoder/ferium/releases/download/v3.20.1/ferium-linux-gnu.zip
+ source = ferium-3.20.1-1::https://github.com/theRookieCoder/ferium/releases/download/v3.20.1/ferium-linux-gnu.zip
source = ferium.desktop
sha256sums = 4366a25ead91ab8d408587a6d9eaf118be3d4f1a6aa613cecc529e462cfa95a6
sha256sums = 594cdfb846ab9cbac0fd781a445501ebb1e3f491fd21202bf3733b00f2151018
diff --git a/PKGBUILD b/PKGBUILD
index 6487f42dc41f..8f59aade8b79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
# Maintainer: Kyle Shiue <shiue.kyle@gmail.com>
pkgname=ferium-bin
+_pkgname=ferium
pkgver=3.20.1
pkgrel=1
pkgdesc="Ferium is an easy to use CLI program for downloading and updating Minecraft mods from Modrinth, CurseForge, and GitHub Releases."
@@ -8,7 +9,7 @@ arch=("x86_64")
depends=("gtk3")
url="https://github.com/theRookieCoder/ferium"
license=('MPL2')
-source=("https://github.com/theRookieCoder/ferium/releases/download/v$pkgver/ferium-linux-gnu.zip"
+source=("$_pkgname-$pkgver-$pkgrel::https://github.com/theRookieCoder/ferium/releases/download/v$pkgver/ferium-linux-gnu.zip"
"ferium.desktop")
sha256sums=('4366a25ead91ab8d408587a6d9eaf118be3d4f1a6aa613cecc529e462cfa95a6'
'594cdfb846ab9cbac0fd781a445501ebb1e3f491fd21202bf3733b00f2151018')