summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e31753af4f5a..030162fcc04c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,8 +8,11 @@ pkgbase = modrinth-app-git
makedepends = cargo-tauri
makedepends = yarn
makedepends = pnpm
+ makedepends = git
+ depends = webkit2gtk
provides = modrinth-app
conflicts = modrinth-app
+ options = !lto
source = git+https://github.com/modrinth/theseus
sha256sums = SKIP
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')