Alexander Epaneshnikov pushed to branch main at Arch Linux / Packaging /
Packages / libre
Commits:
e9ccd834 by Alexander Epaneshnikov at 2025-02-20T19:19:20+03:00
upgpkg: 3.20.0-1: upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libre
pkgdesc = Portable library for real-time communications
- pkgver = 3.19.0
+ pkgver = 3.20.0
pkgrel = 1
url = https://github.com/baresip/re
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = libre
conflicts = librem
replaces = re
replaces = librem
- source =
libre-3.19.0.tar.gz::https://github.com/baresip/re/archive/v3.19.0.tar.gz
- sha256sums =
07de31a6ce2b3bd98747baae7bc8562db37b9d29073817f9994541eee7f548c2
+ source =
libre-3.20.0.tar.gz::https://github.com/baresip/re/archive/v3.20.0.tar.gz
+ sha256sums =
26c946b69d3e4bafff60e5d09c7e01ccb2b097d5b732cbeb4043399a86a4bc0c
pkgname = libre
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: Dmitrij D. Czarkoff <czarkoff at gmail dot com>
pkgname=libre
-pkgver=3.19.0
+pkgver=3.20.0
pkgrel=1
pkgdesc="Portable library for real-time communications"
arch=('x86_64')
@@ -17,7 +17,7 @@ replaces=('re' 'librem')
conflicts=('re' 'librem')
provides=(libre.so)
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/baresip/re/archive/v${pkgver}.tar.gz")
-sha256sums=('07de31a6ce2b3bd98747baae7bc8562db37b9d29073817f9994541eee7f548c2')
+sha256sums=('26c946b69d3e4bafff60e5d09c7e01ccb2b097d5b732cbeb4043399a86a4bc0c')
build() {
cd re-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libre/-/commit/e9ccd83489770794764bf6d0bc3cb4cf4d36d611
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libre/-/commit/e9ccd83489770794764bf6d0bc3cb4cf4d36d611
You're receiving this email because of your account on gitlab.archlinux.org.