Alexander Epaneshnikov pushed to branch main at Arch Linux / Packaging /
Packages / libre
Commits:
768e71d0 by Alexander Epaneshnikov at 2024-11-08T21:53:32+03:00
upgpkg: 3.17.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.16.0
+ pkgver = 3.17.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.16.0.tar.gz::https://github.com/baresip/re/archive/v3.16.0.tar.gz
- sha256sums =
11b3215064b6ef5a11b0f4645d6d4834f8ba899d5b65c66477f9c4afbd32e1ed
+ source =
libre-3.17.0.tar.gz::https://github.com/baresip/re/archive/v3.17.0.tar.gz
+ sha256sums =
28ee46b097f7b1ff5a73249aacb5a64b742ba9bd5f3321b5c51f41c43233d495
pkgname = libre
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: Dmitrij D. Czarkoff <czarkoff at gmail dot com>
pkgname=libre
-pkgver=3.16.0
+pkgver=3.17.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=('11b3215064b6ef5a11b0f4645d6d4834f8ba899d5b65c66477f9c4afbd32e1ed')
+sha256sums=('28ee46b097f7b1ff5a73249aacb5a64b742ba9bd5f3321b5c51f41c43233d495')
build() {
cd re-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libre/-/commit/768e71d06049cdf79127265785fd0cfdcc9d00b7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libre/-/commit/768e71d06049cdf79127265785fd0cfdcc9d00b7
You're receiving this email because of your account on gitlab.archlinux.org.