Alexander Epaneshnikov pushed to branch main at Arch Linux / Packaging /
Packages / baresip
Commits:
514b9cf0 by Alexander Epaneshnikov at 2025-12-03T10:42:48+03:00
upgpkg: 4.3.0-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = baresip
pkgdesc = portable and modular SIP User-Agent with audio and video
support
- pkgver = 4.2.0
+ pkgver = 4.3.0
pkgrel = 1
url = https://github.com/baresip/baresip
arch = x86_64
@@ -66,7 +66,7 @@ pkgbase = baresip
optdepends = speexdsp: (speex_aec, speex_pp modules)
optdepends = sndio: sndio audio driver
optdepends = v4l-utils: (v4l2 module)
- source =
baresip-4.2.0.tar.gz::https://github.com/baresip/baresip/archive/v4.2.0.tar.gz
- sha256sums =
4b9fba7c53cabec4cc702bf47fb421f078d6f31421b7bea8f3f0fdbe1a671674
+ source =
baresip-4.3.0.tar.gz::https://github.com/baresip/baresip/archive/v4.3.0.tar.gz
+ sha256sums =
175e5179368cdb4341f1611f56adf3ac03dd1faaf2c3c66fc0e00694265d327b
pkgname = baresip
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Dmitrij D. Czarkoff <czarkoff at gmail dot com>
pkgname=baresip
-pkgver=4.2.0
+pkgver=4.3.0
pkgrel=1
pkgdesc="portable and modular SIP User-Agent with audio and video support"
arch=('x86_64')
@@ -40,7 +40,7 @@ optdepends=('libfdk-aac: AAC audio codec'
'v4l-utils: (v4l2 module)')
makedepends=(${optdepends[@]/%:*/} python cmake glib2-devel)
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/baresip/baresip/archive/v${pkgver}.tar.gz")
-sha256sums=('4b9fba7c53cabec4cc702bf47fb421f078d6f31421b7bea8f3f0fdbe1a671674')
+sha256sums=('175e5179368cdb4341f1611f56adf3ac03dd1faaf2c3c66fc0e00694265d327b')
build() {
cd ${pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/baresip/-/commit/514b9cf06cbcb3467a5634e165f4222deaeb2219
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/baresip/-/commit/514b9cf06cbcb3467a5634e165f4222deaeb2219
You're receiving this email because of your account on gitlab.archlinux.org.