Update version and dependencies in PKGBUILD and .SRCINFO files

This commit is contained in:
Sudo-Ivan
2026-03-09 16:10:38 -05:00
parent ebacc0065e
commit 6f15e80628
2 changed files with 2 additions and 11 deletions
-9
View File
@@ -15,15 +15,6 @@ pkgbase = reticulum-meshchatx-git
depends = opusfile
depends = portaudio
depends = espeak-ng
depends = nss
depends = atk
depends = at-spi2-core
depends = libxcomposite
depends = libxrandr
depends = libxdamage
depends = mesa
depends = alsa-lib
depends = libx11
provides = reticulum-meshchatx
conflicts = reticulum-meshchatx
source = reticulum-meshchatx::git+https://git.quad4.io/RNS-Things/MeshChatX.git
+2 -2
View File
@@ -1,13 +1,13 @@
# Maintainer: Ivan <ivan@quad4.io>
pkgname=reticulum-meshchatx-git
_pkgname=reticulum-meshchatx
pkgver=4.2.1.r28.gdde0442
pkgver=4.3.0.r0.gebacc00
pkgrel=1
pkgdesc="A simple mesh network communications app powered by the Reticulum Network Stack"
arch=('x86_64' 'aarch64')
url="https://git.quad4.io/RNS-Things/MeshChatX"
license=('MIT')
depends=('opus' 'opusfile' 'portaudio' 'espeak-ng' 'nss' 'atk' 'at-spi2-core' 'libxcomposite' 'libxrandr' 'libxdamage' 'mesa' 'alsa-lib' 'libx11')
depends=('opus' 'opusfile' 'portaudio' 'espeak-ng')
makedepends=('git' 'nodejs' 'pnpm' 'python' 'python-poetry')
provides=("$_pkgname")
conflicts=("$_pkgname")