summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWasabiThumb2023-12-23 18:44:56 -0500
committerWasabiThumb2023-12-23 18:44:56 -0500
commit6959068d841f372e134411f16f4a37c5609caeee (patch)
treeedb4ae67efc49ca82c06b2c637e4cfb6f9c79dbc /PKGBUILD
parentf43ae73d5749b20e6cf860387a6ae31de6dd2a1f (diff)
downloadaur-6959068d841f372e134411f16f4a37c5609caeee.tar.gz
Update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}")