Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
cargo-tauri


Commits:
308b8a2f by Balló György at 2024-05-11T20:30:00+02:00
upgpkg: 1.5.11-2 - Remove unneeded dependencies

This reverts commit 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-tauri/-/commit/dd33e5e51c23041e88d2339ee8db596077be2db9

Fixes: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-tauri/-/issues/1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,17 +1,14 @@
 pkgbase = cargo-tauri
        pkgdesc = Command line interface for building Tauri apps
        pkgver = 1.5.11
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/tauri-apps/tauri
        arch = x86_64
        license = MIT
        license = Apache-2.0
        depends = cargo
        depends = gcc-libs
-       depends = openssl
        depends = bzip2
-       depends = libcroco
-       depends = libffi
        options = !lto
        source = 
cargo-tauri-1.5.11.tar.gz::https://github.com/tauri-apps/tauri/archive/tauri-cli-v1.5.11.tar.gz
        sha512sums = 
5333eb2d0be492d4837e1d92715aafbaadc0480564a9568b0be28cb3fd60f498cea5517c0a604663e91edacaa6cfa57006466be4ef08a213039ed6cdece6e38d


=====================================
PKGBUILD
=====================================
@@ -3,12 +3,12 @@
 pkgname=cargo-tauri
 _pkgname=tauri
 pkgver=1.5.11
-pkgrel=1
+pkgrel=2
 pkgdesc="Command line interface for building Tauri apps"
 arch=('x86_64')
 url="https://github.com/tauri-apps/tauri";
 license=('MIT' 'Apache-2.0')
-depends=('cargo' 'gcc-libs' 'openssl' 'bzip2' 'libcroco' 'libffi')
+depends=('cargo' 'gcc-libs' 'bzip2')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/tauri-cli-v$pkgver.tar.gz")
 
sha512sums=('5333eb2d0be492d4837e1d92715aafbaadc0480564a9568b0be28cb3fd60f498cea5517c0a604663e91edacaa6cfa57006466be4ef08a213039ed6cdece6e38d')
 options=('!lto')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-tauri/-/commit/308b8a2f9574d07283ca7d4c2ac98a722c29591e

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-tauri/-/commit/308b8a2f9574d07283ca7d4c2ac98a722c29591e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to