Alexander Epaneshnikov pushed to branch main at Arch Linux / Packaging /
Packages / libre
Commits:
4cc91945 by Alexander Epaneshnikov at 2025-01-22T15:13:22+03:00
upgpkg: 3.19.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.18.0
+ pkgver = 3.19.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.18.0.tar.gz::https://github.com/baresip/re/archive/v3.18.0.tar.gz
- sha256sums =
42ba0f8358739da47b5702f2c1c14ecac04dde41e20dd21c1e4a826514366efd
+ source =
libre-3.19.0.tar.gz::https://github.com/baresip/re/archive/v3.19.0.tar.gz
+ sha256sums =
07de31a6ce2b3bd98747baae7bc8562db37b9d29073817f9994541eee7f548c2
pkgname = libre
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: Dmitrij D. Czarkoff <czarkoff at gmail dot com>
pkgname=libre
-pkgver=3.18.0
+pkgver=3.19.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=('42ba0f8358739da47b5702f2c1c14ecac04dde41e20dd21c1e4a826514366efd')
+sha256sums=('07de31a6ce2b3bd98747baae7bc8562db37b9d29073817f9994541eee7f548c2')
build() {
cd re-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libre/-/commit/4cc919458c4221b1507d79fd672dc520c4e80325
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libre/-/commit/4cc919458c4221b1507d79fd672dc520c4e80325
You're receiving this email because of your account on gitlab.archlinux.org.