summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2022-11-25 15:15:05 -0500
committerGuillaume Horel2022-11-25 15:15:05 -0500
commite8e3a1eb90512938cffc8b49139cbee50a4141b7 (patch)
treedd634187c7705d4510dbdddfc92eddcbf587fef2 /PKGBUILD
parentdeadb57896ece266d6538b2b984b7b6dba954964 (diff)
downloadaur-e8e3a1eb90512938cffc8b49139cbee50a4141b7.tar.gz
bump to 5.1.71
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5e5fd0ce95f..07088391ec68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Antonio Rojas <arojas@archlinux.org>
+# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
+# Contributor: Antonio Rojas <arojas@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=ortp
-pkgver=5.1.67
+pkgver=5.1.71
pkgrel=1
pkgdesc='A Real-time Transport Protocol (RTP) library'
arch=(x86_64)
@@ -13,7 +14,7 @@ license=(GPL3)
depends=(bctoolbox)
makedepends=(cmake doxygen)
source=(https://gitlab.linphone.org/BC/public/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9d2f939647dd74658213447ff05ccc492bab60e0d37d16cfca614185208dc19c')
+sha256sums=('40f3973162828cea964317bfcbeaa1386b564592b622f1b20dc7b99434bbfd74')
build() {
cmake -B build -S $pkgname-$pkgver \