Date: Thursday, March 2, 2023 @ 02:08:05 Author: heftig Revision: 469869
1.0.2-1 Modified: liblc3/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-03-02 02:02:53 UTC (rev 469868) +++ PKGBUILD 2023-03-02 02:08:05 UTC (rev 469869) @@ -3,7 +3,7 @@ # Contributor: Florian Hülsmann <[email protected]> pkgname=liblc3 -pkgver=1.0.1 +pkgver=1.0.2 pkgrel=1 pkgdesc="Low Complexity Communication Codec library and tools" url="https://github.com/google/liblc3" @@ -12,7 +12,7 @@ depends=(glibc) makedepends=(meson git) provides=(liblc3.so) -_commit=cf1676d4ffde82ecc7f7e3c90c3295f7c906d39b # tags/v1.0.1 +_commit=f34f4654d6c319415de718f45ff6ec73135058de # tags/v1.0.2 source=("git+$url#commit=$_commit") b2sums=('SKIP') @@ -23,8 +23,6 @@ prepare() { cd liblc3 - git cherry-pick -n 214c343165006b664402c1667f4936e640c4376f # add soversion - git cherry-pick -n 5c2f8916e71490dddbef0e43793cc09206da0ef1 # fix build } build() {
