Alexander Epaneshnikov pushed to branch main at Arch Linux / Packaging /
Packages / baresip
Commits:
c2d0105e by Alexander Epaneshnikov at 2024-06-08T21:24:33+03:00
upgpkg: 3.12.1-1: upstream release
- - - - -
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.11.0
- pkgrel = 2
+ pkgver = 3.12.1
+ pkgrel = 1
url = https://github.com/baresip/baresip
arch = x86_64
license = BSD-3-Clause
@@ -64,7 +64,7 @@ pkgbase = baresip
optdepends = speexdsp: (speex_aec, speex_pp modules)
optdepends = sndio: sndio audio driver
optdepends = v4l-utils: (v4l2 module)
- source =
baresip-3.11.0.tar.gz::https://github.com/baresip/baresip/archive/v3.11.0.tar.gz
- sha256sums =
2b03fbbdb59ac1de91c0264ebb7256886c298e9efe0bcb0b9514ea00a4d48f40
+ source =
baresip-3.12.1.tar.gz::https://github.com/baresip/baresip/archive/v3.12.1.tar.gz
+ sha256sums =
228e3a1e2ce20a49cb8995ea78b711eae4d01f4647834f6ec765be841d788cc3
pkgname = baresip
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Dmitrij D. Czarkoff <czarkoff at gmail dot com>
pkgname=baresip
-pkgver=3.11.0
-pkgrel=2
+pkgver=3.12.1
+pkgrel=1
pkgdesc="portable and modular SIP User-Agent with audio and video support"
arch=('x86_64')
url="https://github.com/baresip/baresip"
@@ -39,7 +39,7 @@ optdepends=('libfdk-aac: AAC audio codec'
'v4l-utils: (v4l2 module)')
makedepends=(${optdepends[@]/%:*/} python cmake python-packaging)
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/baresip/baresip/archive/v${pkgver}.tar.gz")
-sha256sums=('2b03fbbdb59ac1de91c0264ebb7256886c298e9efe0bcb0b9514ea00a4d48f40')
+sha256sums=('228e3a1e2ce20a49cb8995ea78b711eae4d01f4647834f6ec765be841d788cc3')
build() {
cd ${pkgname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/baresip/-/commit/c2d0105e013ec0026cc8384acbb1a8ad3263c686
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/baresip/-/commit/c2d0105e013ec0026cc8384acbb1a8ad3263c686
You're receiving this email because of your account on gitlab.archlinux.org.