summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNixuge2023-08-19 01:48:47 +0200
committerNixuge2023-08-19 01:48:47 +0200
commitc91a28f7e72a181b6c2579cc4c2a4d9765558e60 (patch)
tree4c2cc593e154b3f7feb7188e11bfb82a841377da /PKGBUILD
parent4515c483184c22a2ba0dab8d6ca138211bd95a97 (diff)
downloadaur-c91a28f7e72a181b6c2579cc4c2a4d9765558e60.tar.gz
Added missing deps/makedeps & option for devtools
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c955fb253dbe..2df6c1661ccc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=modrinth-app-git
_gitname=theseus
-pkgver=r147.3f46882
+pkgver=r178.6d9d403
pkgrel=1
pkgdesc='Official Modrinth launcher. Open-source, built by the community, for the community.'
url=https://github.com/modrinth/theseus
@@ -10,7 +10,9 @@ arch=(x86_64)
license=(GPL3)
conflicts=('modrinth-app')
provides=('modrinth-app')
-makedepends=('cargo-tauri' 'yarn' 'pnpm')
+depends=('webkit2gtk')
+makedepends=('cargo-tauri' 'yarn' 'pnpm' 'git')
+options=(!lto) # Enable devtools (thanks @FabioLolix)
source=("git+https://github.com/modrinth/theseus")
sha256sums=('SKIP')