Alexander Epaneshnikov pushed to branch main at Arch Linux / Packaging / Packages / baresip
Commits: 0b185ca2 by Alexander Epaneshnikov at 2024-12-26T11:23:25+03:00 upgpkg: 3.18.0-1: upstream update - - - - - 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 = 3.17.1 + pkgver = 3.18.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-3.17.1.tar.gz::https://github.com/baresip/baresip/archive/v3.17.1.tar.gz - sha256sums = 9e6c1aae0a87175305c3a1bfe4e5cb40f0f170772746096a82ff9a225232d0f9 + source = baresip-3.18.0.tar.gz::https://github.com/baresip/baresip/archive/v3.18.0.tar.gz + sha256sums = 1c51fd01aa73cab60cfbdb6c1e13c99537e1866bf06b83b5c03004a92fe2bdf0 pkgname = baresip ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Dmitrij D. Czarkoff <czarkoff at gmail dot com> pkgname=baresip -pkgver=3.17.1 +pkgver=3.18.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=('9e6c1aae0a87175305c3a1bfe4e5cb40f0f170772746096a82ff9a225232d0f9') +sha256sums=('1c51fd01aa73cab60cfbdb6c1e13c99537e1866bf06b83b5c03004a92fe2bdf0') build() { cd ${pkgname}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/baresip/-/commit/0b185ca2c3d4bd54bb8bc9cf6184650b61817fc3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/baresip/-/commit/0b185ca2c3d4bd54bb8bc9cf6184650b61817fc3 You're receiving this email because of your account on gitlab.archlinux.org.