summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYufan You2022-06-20 10:12:16 +0800
committerYufan You2022-06-20 10:12:16 +0800
commit99bb571e6f52d1b74cd6ab4531733f1a94182304 (patch)
treea13e7bd19ec2b182b25a73e4e79dad15b457985a /PKGBUILD
parent9eefc82b5d8b6e23483296c585717525dbcefcfc (diff)
downloadaur-99bb571e6f52d1b74cd6ab4531733f1a94182304.tar.gz
Update dependencies according to the new Tauri docs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c8e58519754..7ba133060377 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,22 +2,20 @@
pkgname=tauri-devel-meta
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='Meta package to setup development environment for Tauri.'
arch=('any')
license=('none')
-url='https://tauri.studio/docs/getting-started/setup-linux/'
+url='https://tauri.app/v1/guides/getting-started/prerequisites#setting-up-linux'
depends=(
'webkit2gtk'
+ 'base-devel'
'curl'
'wget'
'openssl'
'appmenu-gtk-module'
'gtk3'
+ 'libappindicator-gtk3'
+ 'librsvg'
'libvips'
)
-optdepends=(
- 'libappindicator-gtk3: needed to use the system tray feature'
- 'patchelf: needed to bundle AppImage'
- 'librsvg: needed to bundle AppImage'
-)