summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormsrd0.dev2024-04-08 12:40:05 +0000
committermsrd0.dev2024-04-08 12:40:05 +0000
commitda646ed497a674ddb8ededc084b7e5fbd6511def (patch)
treec073e0b6f7f20ed3bc6e35df85b2dc50bd004d31
parentee9edc8b6ee773868c9e9d53542c99b2e431a093 (diff)
downloadaur-tauri-cli.tar.gz
auto-update tauri-cli 1.5.11
-rw-r--r--.SRCINFO4
-rw-r--r--.index.json2
-rw-r--r--PKGBUILD6
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b2b6f29556c..4596ba2d5fad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,13 +6,13 @@ pkgbase = tauri-cli
arch = aarch64
arch = i686
arch = x86_64
- license = Apache
+ license = Apache-2.0
license = MIT
makedepends = cargo
depends = gcc-libs
depends = cargo
+ depends = gcc
depends = webkit2gtk-4.1
- depends = base-devel
depends = curl
depends = wget
depends = file
diff --git a/.index.json b/.index.json
index e638a129884a..dc9f0520606e 100644
--- a/.index.json
+++ b/.index.json
@@ -1,5 +1,5 @@
{
- ".i": 1,
+ ".i": 2,
"crate": "tauri-cli",
"version": "1.5.11"
} \ No newline at end of file
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