summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyleUltimate2022-04-24 14:59:04 +0800
committerKyleUltimate2022-04-24 14:59:04 +0800
commit4118452d88138458014e14d0155cf162f9da9714 (patch)
tree409a7a7f2a8a8efc0ae22559cb5d927fdc10e620
parent55ab56a48a687e96ade7c160b258c4cbca263486 (diff)
downloadaur-4118452d88138458014e14d0155cf162f9da9714.tar.gz
Add gtk3 dep, fix license
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08d377641c8f..98b73cf63c29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,8 @@ pkgbase = ferium-bin
pkgrel = 1
url = https://github.com/theRookieCoder/ferium
arch = x86_64
- license = MPL-2.0
+ license = MPL2
+ depends = gtk3
source = https://github.com/theRookieCoder/ferium/releases/download/v3.20.1/ferium-linux-gnu.zip
source = ferium.desktop
sha256sums = 4366a25ead91ab8d408587a6d9eaf118be3d4f1a6aa613cecc529e462cfa95a6
diff --git a/PKGBUILD b/PKGBUILD
index 176ac4a923e0..6487f42dc41f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,9 @@ 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."
arch=("x86_64")
+depends=("gtk3")
url="https://github.com/theRookieCoder/ferium"
-license=('MPL-2.0')
+license=('MPL2')
source=("https://github.com/theRookieCoder/ferium/releases/download/v$pkgver/ferium-linux-gnu.zip"
"ferium.desktop")
sha256sums=('4366a25ead91ab8d408587a6d9eaf118be3d4f1a6aa613cecc529e462cfa95a6'