Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
wiresmith
Commits:
7467cf2b by Sven-Hendrik Haase at 2026-02-22T17:59:04+01:00
upgpkg: 0.4.4-2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,12 @@
pkgbase = wiresmith
pkgdesc = Auto-config WireGuard clients into a mesh
pkgver = 0.4.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/svenstaro/wiresmith
arch = x86_64
license = MIT
makedepends = rust
- depends = gcc-libs
+ depends = libgcc
depends = glibc
options = !lto
source =
wiresmith-0.4.4.tar.gz::https://github.com/svenstaro/wiresmith/archive/v0.4.4.tar.gz
=====================================
PKGBUILD
=====================================
@@ -1,12 +1,12 @@
# Maintainer: Sven-Hendrik Haase <[email protected]>
pkgname=wiresmith
pkgver=0.4.4
-pkgrel=1
+pkgrel=2
pkgdesc="Auto-config WireGuard clients into a mesh"
arch=('x86_64')
url="https://github.com/svenstaro/wiresmith"
license=('MIT')
-depends=('gcc-libs' 'glibc')
+depends=('libgcc' 'glibc')
makedepends=('rust')
options=('!lto')
source=($pkgname-$pkgver.tar.gz::https://github.com/svenstaro/wiresmith/archive/v${pkgver}.tar.gz)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wiresmith/-/commit/7467cf2bc6043da2dee876b7253157fdfcddf50b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wiresmith/-/commit/7467cf2bc6043da2dee876b7253157fdfcddf50b
You're receiving this email because of your account on gitlab.archlinux.org.