summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyleUltimate2022-04-26 17:36:05 +0800
committerKyleUltimate2022-04-26 17:36:05 +0800
commitcc2bbd9b2b54f72c0ef882c171d81a8bdc1c1fd8 (patch)
tree9f4e3159fd7ea9be02a5d404444ea76fa7a54e1f
parent6e13e3171aaa7642174a11a0b0c5006133682fdc (diff)
downloadaur-cc2bbd9b2b54f72c0ef882c171d81a8bdc1c1fd8.tar.gz
Add gcc-libs dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 695e17360cfb..880bd7833d85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = ferium-bin
url = https://github.com/theRookieCoder/ferium
arch = x86_64
license = MPL2
+ depends = gcc-libs
provides = ferium
conflicts = ferium-gui-bin
source = ferium-3.22.1-1.zip::https://github.com/theRookieCoder/ferium/releases/download/v3.22.1/ferium-linux-gnu-nogui.zip
diff --git a/PKGBUILD b/PKGBUILD
index 71ec3dd6c020..5d205c02c509 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ pkgver=3.22.1
pkgrel=1
pkgdesc="Ferium is an easy to use CLI program for downloading and updating Minecraft mods from Modrinth, CurseForge, and GitHub Releases."
arch=("x86_64")
+depends=("gcc-libs")
provides=("ferium")
conflicts=("ferium-gui-bin")
url="https://github.com/theRookieCoder/ferium"