summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyleUltimate2022-05-20 19:52:48 +0800
committerKyleUltimate2022-05-20 19:52:48 +0800
commit93be03a943a66bc5feba0d6fcf96cbe5474374c8 (patch)
tree9c05c5652f5c71614529f7e2bf58aad17ac0ee05
parent4a9e066df3a899c3d12b3d972d5986408d97412c (diff)
downloadaur-93be03a943a66bc5feba0d6fcf96cbe5474374c8.tar.gz
Add `bzip2` makedept, and update url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 071ad2ac53f2..085028e073d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,13 +2,13 @@ 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 = 4.0.0
pkgrel = 1
- url = https://github.com/theRookieCoder/ferium
+ url = https://github.com/gorilla-devs/ferium
arch = x86_64
license = MPL2
depends = gcc-libs
provides = ferium
conflicts = ferium-gui-bin
- source = ferium-4.0.0-1.zip::https://github.com/theRookieCoder/ferium/releases/download/v4.0.0/ferium-linux-gnu-nogui.zip
+ source = ferium-4.0.0-1.zip::https://github.com/gorilla-devs/ferium/releases/download/v4.0.0/ferium-linux-gnu-nogui.zip
source = ferium.desktop
sha256sums = 173a881ffdf37ccf38a89ce026c7b8c1bc39959c1c5ef778afbc98d34f5649e3
sha256sums = 594cdfb846ab9cbac0fd781a445501ebb1e3f491fd21202bf3733b00f2151018
diff --git a/PKGBUILD b/PKGBUILD
index 2c58735a098b..a1c21912d0a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,9 @@ arch=("x86_64")
depends=("gcc-libs")
provides=("ferium")
conflicts=("ferium-gui-bin")
-url="https://github.com/theRookieCoder/ferium"
+url="https://github.com/gorilla-devs/ferium"
license=('MPL2')
-source=("$_pkgname-$pkgver-$pkgrel.zip::https://github.com/theRookieCoder/ferium/releases/download/v$pkgver/ferium-linux-gnu-nogui.zip"
+source=("$_pkgname-$pkgver-$pkgrel.zip::https://github.com/gorilla-devs/ferium/releases/download/v$pkgver/ferium-linux-gnu-nogui.zip"
"ferium.desktop")
sha256sums=('173a881ffdf37ccf38a89ce026c7b8c1bc39959c1c5ef778afbc98d34f5649e3'
'594cdfb846ab9cbac0fd781a445501ebb1e3f491fd21202bf3733b00f2151018')
@@ -19,6 +19,4 @@ sha256sums=('173a881ffdf37ccf38a89ce026c7b8c1bc39959c1c5ef778afbc98d34f5649e3'
package() {
cd "$srcdir"
install -Dm755 "ferium" "$pkgdir/usr/bin/ferium"
-
- install -Dm644 -t "$pkgdir/usr/share/applications" ferium.desktop
}