Alexander Epaneshnikov pushed to branch main at Arch Linux / Packaging / Packages / baresip
Commits: 07702012 by Alexander Epaneshnikov at 2024-07-29T16:18:54+03:00 upgpkg: 3.14.0-1: upstream update - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = baresip pkgdesc = portable and modular SIP User-Agent with audio and video support - pkgver = 3.13.0 - pkgrel = 2 + pkgver = 3.14.0 + pkgrel = 1 url = https://github.com/baresip/baresip arch = x86_64 license = BSD-3-Clause @@ -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.13.0.tar.gz::https://github.com/baresip/baresip/archive/v3.13.0.tar.gz - sha256sums = f474de87747dd71e69c32de68ec5528436a2edb23898510b41f88f1da8daf074 + source = baresip-3.14.0.tar.gz::https://github.com/baresip/baresip/archive/v3.14.0.tar.gz + sha256sums = bb886c393d29e6bb5f89395cff1985ba9eda27dfd3aac2a5221ef7957c44b1a1 pkgname = baresip ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ # Contributor: Dmitrij D. Czarkoff <czarkoff at gmail dot com> pkgname=baresip -pkgver=3.13.0 -pkgrel=2 +pkgver=3.14.0 +pkgrel=1 pkgdesc="portable and modular SIP User-Agent with audio and video support" arch=('x86_64') url="https://github.com/baresip/baresip" @@ -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=('f474de87747dd71e69c32de68ec5528436a2edb23898510b41f88f1da8daf074') +sha256sums=('bb886c393d29e6bb5f89395cff1985ba9eda27dfd3aac2a5221ef7957c44b1a1') build() { cd ${pkgname}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/baresip/-/commit/07702012e0cfce9228084b1a1f6ea278cd46ead8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/baresip/-/commit/07702012e0cfce9228084b1a1f6ea278cd46ead8 You're receiving this email because of your account on gitlab.archlinux.org.