Alexander Epaneshnikov pushed to branch main at Arch Linux / Packaging /
Packages / libre
Commits:
352add3d by Alexander Epaneshnikov at 2024-10-03T10:56:35+03:00
upgpkg: 3.16.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.15.0
+ pkgver = 3.16.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.15.0.tar.gz::https://github.com/baresip/re/archive/v3.15.0.tar.gz
- sha256sums =
68518b1ab6ea5eba77fd481beb97b6f4d26b2bdd93d02fe0778da1f95f865c2c
+ source =
libre-3.16.0.tar.gz::https://github.com/baresip/re/archive/v3.16.0.tar.gz
+ sha256sums =
11b3215064b6ef5a11b0f4645d6d4834f8ba899d5b65c66477f9c4afbd32e1ed
pkgname = libre
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: Dmitrij D. Czarkoff <czarkoff at gmail dot com>
pkgname=libre
-pkgver=3.15.0
+pkgver=3.16.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=('68518b1ab6ea5eba77fd481beb97b6f4d26b2bdd93d02fe0778da1f95f865c2c')
+sha256sums=('11b3215064b6ef5a11b0f4645d6d4834f8ba899d5b65c66477f9c4afbd32e1ed')
build() {
cd re-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libre/-/commit/352add3d7332f0725ce56b68176b8896e7ef4478
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libre/-/commit/352add3d7332f0725ce56b68176b8896e7ef4478
You're receiving this email because of your account on gitlab.archlinux.org.