summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormsrd0.dev2024-04-08 12:40:05 +0000
committermsrd0.dev2024-04-08 12:40:05 +0000
commitda646ed497a674ddb8ededc084b7e5fbd6511def (patch)
treec073e0b6f7f20ed3bc6e35df85b2dc50bd004d31 /PKGBUILD
parentee9edc8b6ee773868c9e9d53542c99b2e431a093 (diff)
downloadaur-tauri-cli.tar.gz
auto-update tauri-cli 1.5.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 867af33fd52c..2ff229bd7437 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,9 @@ pkgver=1.5.11
pkgrel=1
pkgdesc='Command line interface for building Tauri apps'
url='https://tauri.app'
-license=('Apache' 'MIT')
+license=('Apache-2.0' 'MIT')
-depends=('gcc-libs' 'cargo' 'webkit2gtk-4.1' 'base-devel' 'curl' 'wget' 'file' 'openssl' 'appmenu-gtk-module' 'libappindicator-gtk3' 'librsvg')
+depends=('gcc-libs' 'cargo' 'gcc' 'webkit2gtk-4.1' 'curl' 'wget' 'file' 'openssl' 'appmenu-gtk-module' 'libappindicator-gtk3' 'librsvg')
makedepends=('cargo')
source=("$_crate-1.5.11.tar.gz::https://crates.io/api/v1/crates/tauri-cli/1.5.11/download")
@@ -43,6 +43,6 @@ build() {
package() {
cd "$srcdir/$_crate-1.5.11"
install -Dm755 "target/release/cargo-tauri" -t "$pkgdir/usr/bin"
- install -Dm644 'LICENSE_APACHE-2.0' -t "$pkgdir/usr/share/licenses/$pkgname/"
install -Dm644 'LICENSE_MIT' -t "$pkgdir/usr/share/licenses/$pkgname/"
+ install -Dm644 'LICENSE_APACHE-2.0' -t "$pkgdir/usr/share/licenses/$pkgname/"
} \ No newline at end of file