summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyleUltimate2022-04-26 17:23:03 +0800
committerKyleUltimate2022-04-26 17:23:03 +0800
commit6e13e3171aaa7642174a11a0b0c5006133682fdc (patch)
tree9672d57f81e3a7463c4a972e32002d17696db813
parent4676aeebd60da02f1310aee0bfc17b85a763bd51 (diff)
downloadaur-6e13e3171aaa7642174a11a0b0c5006133682fdc.tar.gz
Remove gtk dependency, add ferium-gui-bin breaks
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9130e70aed94..695e17360cfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = ferium-bin
pkgdesc = Ferium is an easy to use CLI program for downloading and updating Minecraft mods from Modrinth, CurseForge, and GitHub Releases.
- pkgver = 3.20.1
+ pkgver = 3.22.1
pkgrel = 1
url = https://github.com/theRookieCoder/ferium
arch = x86_64
license = MPL2
- depends = gtk3
- source = ferium-3.20.1-1.zip::https://github.com/theRookieCoder/ferium/releases/download/v3.20.1/ferium-linux-gnu.zip
+ 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
source = ferium.desktop
- sha256sums = 4366a25ead91ab8d408587a6d9eaf118be3d4f1a6aa613cecc529e462cfa95a6
+ sha256sums = f661263e55aa8204745c889ca34c7406931fd2e26c7e705f9aef02eb63e1881e
sha256sums = 594cdfb846ab9cbac0fd781a445501ebb1e3f491fd21202bf3733b00f2151018
pkgname = ferium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 32dd92953331..71ec3dd6c020 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,17 @@
# Maintainer: Ilesh Thiada <ileshkt@gmail.com>
pkgname=ferium-bin
_pkgname=ferium
-pkgver=3.20.1
+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=("gtk3")
+provides=("ferium")
+conflicts=("ferium-gui-bin")
url="https://github.com/theRookieCoder/ferium"
license=('MPL2')
-source=("$_pkgname-$pkgver-$pkgrel.zip::https://github.com/theRookieCoder/ferium/releases/download/v$pkgver/ferium-linux-gnu.zip"
+source=("$_pkgname-$pkgver-$pkgrel.zip::https://github.com/theRookieCoder/ferium/releases/download/v$pkgver/ferium-linux-gnu-nogui.zip"
"ferium.desktop")
-sha256sums=('4366a25ead91ab8d408587a6d9eaf118be3d4f1a6aa613cecc529e462cfa95a6'
+sha256sums=('f661263e55aa8204745c889ca34c7406931fd2e26c7e705f9aef02eb63e1881e'
'594cdfb846ab9cbac0fd781a445501ebb1e3f491fd21202bf3733b00f2151018')
package() {