summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoonas Henriksson2022-07-30 15:08:02 +0300
committerJoonas Henriksson2022-07-30 15:08:02 +0300
commit6895088710a2938844819a4e97dfe55765a4f0e1 (patch)
treebc3a03d9d49c9177e2fd559596bd882e948f4028
parentb51c854276bafe94b0acc02b4b3f7e217cbde1c2 (diff)
downloadaur-6895088710a2938844819a4e97dfe55765a4f0e1.tar.gz
Drop lgogdownloader build dependency
Having the lgogdownloader as a hard build dependency makes building difficult for users who prefer to download the source files manually from GOG, instead of using a downloader. Solve this by dropping the dependency, but keeping the DLAGENTS for lgogdownloader in the PKGBUILD. This way nothing changes with the build experience for lgogdownloader users, but now there is no extra hassle for manual downloaders.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79da430ef449..45a2bc60de08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = gog-cuphead
arch = x86_64
license = custom
makedepends = innoextract
- makedepends = lgogdownloader
makedepends = imagemagick
depends = wine
depends = wine-mono
diff --git a/PKGBUILD b/PKGBUILD
index 2226ac70fa22..48b3cc9ecb31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
url='https://www.gog.com/game/cuphead'
license=('custom')
depends=('wine' 'wine-mono' 'wine-gecko')
-makedepends=('innoextract' 'lgogdownloader' 'imagemagick')
+makedepends=('innoextract' 'imagemagick')
optdepends=('gog-cuphead-the-delicious-last-course: The Delicious Last Course DLC')
options=('libtool' 'staticlibs' '!strip')
install="${pkgname}.install"