summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWasabiThumb2023-12-23 18:44:56 -0500
committerWasabiThumb2023-12-23 18:44:56 -0500
commit6959068d841f372e134411f16f4a37c5609caeee (patch)
treeedb4ae67efc49ca82c06b2c637e4cfb6f9c79dbc
parentf43ae73d5749b20e6cf860387a6ae31de6dd2a1f (diff)
downloadaur-6959068d841f372e134411f16f4a37c5609caeee.tar.gz
Update dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aaaed82b7d49..49528b79167f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = open-goal-launcher-bin
pkgdesc = A launcher for the OpenGOAL Project to simplify usage and installation
pkgver = 2.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/open-goal/launcher
arch = x86_64
license = ISC
- depends = bash
+ depends = fuse
conflicts = open-goal-launcher
options = !strip
source_x86_64 = https://github.com/open-goal/launcher/releases/download/v2.4.0/open-goal-launcher_2.4.0_amd64.AppImage
diff --git a/PKGBUILD b/PKGBUILD
index 08dc2f2b42be..2e20493d04ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Wasabi <wasabithumbs@gmail.com>
pkgname=open-goal-launcher-bin
pkgver="2.4.0"
-pkgrel=1
+pkgrel=2
pkgdesc="A launcher for the OpenGOAL Project to simplify usage and installation"
arch=("x86_64")
url='https://github.com/open-goal/launcher'
license=('ISC')
-depends=('bash')
+depends=('fuse')
conflicts=('open-goal-launcher')
_image="open-goal-launcher_${pkgver}_amd64.AppImage"
source_x86_64=("https://github.com/open-goal/launcher/releases/download/v2.4.0/${_image}")