From 75d4206b19911c12e34da30673561bf7bc11820f Mon Sep 17 00:00:00 2001 From: J Farkas Date: Sat, 10 Jul 2021 14:57:44 +0000 Subject: [PATCH] common/shlibs: correct lhasa pkg name To avoid installation failure: [*] Updating repository ... MISSING: liblhasa>=0.3.1_1 Transaction aborted due to unresolved dependencies. --- common/shlibs | 2 +- srcpkgs/lhasa/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/shlibs b/common/shlibs index e4d075482ff8..c6a1f3fedec2 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4017,4 +4017,4 @@ libXcomp.so.3 nx-libs-3.5.99.24_1 libXcompshad.so.3 nx-libs-3.5.99.24_1 libNX_X11.so.6 nx-libs-3.5.99.24_1 librnnoise.so.0 rnnoise-0.4.1_1 -liblhasa.so.0 liblhasa-0.3.1_1 +liblhasa.so.0 lhasa-0.3.1_2 diff --git a/srcpkgs/lhasa/template b/srcpkgs/lhasa/template index d07225d14463..a1a4847e40ef 100644 --- a/srcpkgs/lhasa/template +++ b/srcpkgs/lhasa/template @@ -1,7 +1,7 @@ # Template file for 'lhasa' pkgname=lhasa version=0.3.1 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="automake libtool" short_desc="Free Software LHA implementation"