Date: Wednesday, October 20, 2021 @ 20:59:53 Author: heftig Revision: 426378
2.4.2-1 Modified: libsrtp/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-10-20 20:55:18 UTC (rev 426377) +++ PKGBUILD 2021-10-20 20:59:53 UTC (rev 426378) @@ -4,7 +4,7 @@ # Contributor: Michal Krenek <[email protected]> pkgname=libsrtp -pkgver=2.4.0 +pkgver=2.4.2 pkgrel=1 epoch=1 pkgdesc="Library for SRTP (Secure Realtime Transport Protocol)" @@ -15,7 +15,7 @@ makedepends=(git meson libpcap doxygen) checkdepends=(procps-ng) provides=("libsrtp${pkgver%%.*}.so") -_commit=063e3652feae15ec48614a91d32757781e6251b4 # tags/v2.4.0 +_commit=90d05bf8980d16e4ac3f16c19b77e296c4bc207b # tags/v2.4.2 source=("git+https://github.com/cisco/libsrtp#commit=$_commit") sha256sums=('SKIP') @@ -27,8 +27,9 @@ prepare() { cd $pkgname - # Fixup pkgver: There are tags like v1.5.4 but also "moving" tags like v1 and v1.5 - git tag | grep -Pv '^v\d+.\d+.\d+$' | xargs git tag -d + # Fixup pkgver: There are proper tags like v2.4.4 + # but also "moving tags" like v2 and v2.4 that aren't stable + git tag | grep -Pv '^v\d+\.\d+\.\d+$' | xargs git tag -d } build() {
