summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyleUltimate2022-10-03 22:20:21 +0800
committerKyleUltimate2022-10-03 22:20:21 +0800
commitac0c0000c4ff177cdacf1efed841edcd786ac792 (patch)
tree7c04de6f2f81b9501fa55e180f580d7967b4b66c
parent624ce5c9095bfbd5e24b1ca8adbe74d095212b3a (diff)
downloadaur-ac0c0000c4ff177cdacf1efed841edcd786ac792.tar.gz
force-push: fix filename issues
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3813bd391c98..8690cbe4c22f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = ferium-bin
pkgdesc = Fast and multi-source CLI program for managing Minecraft mods and modpacks from Modrinth, CurseForge, and Github Releases
- pkgver = 4.1.2
+ pkgver = 4.2.0
pkgrel = 1
url = https://github.com/gorilla-devs/ferium
arch = x86_64
license = MPL2
- depends = gcc-libs
depends = bzip2
provides = ferium
conflicts = ferium-gui-bin
conflicts = ferium-git
conflicts = ferium-gui-git
- source = ferium-4.1.2-1.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.1.2/ferium-linux-gnu-nogui.zip
- sha256sums = c20894712d4e684de43632eec809b107adab2a445d3a10ac58ec8fe45c557b8a
+ source = ferium-4.2.0-1.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.2.0/ferium-linux-nogui.zip
+ sha256sums = 151d76a917c012aee9b8e8fa47170974903f6868bdb500598167fe082692dd73
pkgname = ferium-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2b191d81bd6e..c570d6fab5e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Maintainer: Ilesh Thiada <ileshkt@gmail.com>
pkgname=ferium-bin
_pkgname=ferium
-pkgver=4.1.2
+pkgver=4.2.0
pkgrel=1
pkgdesc="Fast and multi-source CLI program for managing Minecraft mods and modpacks from Modrinth, CurseForge, and Github Releases"
arch=("x86_64")
-depends=("gcc-libs" "bzip2")
+depends=("bzip2")
provides=("ferium")
conflicts=("ferium-gui-bin" "ferium-git" "ferium-gui-git")
url="https://github.com/gorilla-devs/ferium"
license=('MPL2')
-source=("$_pkgname-$pkgver-$pkgrel.zip::https://github.com/gorilla-devs/ferium/releases/download/v$pkgver/ferium-linux-gnu-nogui.zip")
-sha256sums=('c20894712d4e684de43632eec809b107adab2a445d3a10ac58ec8fe45c557b8a')
+source=("$_pkgname-$pkgver-$pkgrel.zip::https://github.com/gorilla-devs/ferium/releases/download/v$pkgver/ferium-linux-nogui.zip")
+sha256sums=('151d76a917c012aee9b8e8fa47170974903f6868bdb500598167fe082692dd73')
package() {
cd "$srcdir"