From 08de71b1e72e9cd59b43b2cfc607adda36298c5f Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Thu, 11 Jun 2020 11:10:16 +0200 Subject: hardinfo: don't depend on a specific version of libicudata.so At build time, a specific version of libicudata.so will be picked, and depends will be adjusted accordingly with the specific version that was used during the build. Signed-off-by: Denis 'GNUtoo' Carikli --- libre/hardinfo/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libre/hardinfo/PKGBUILD') diff --git a/libre/hardinfo/PKGBUILD b/libre/hardinfo/PKGBUILD index 3299a96b6..74e1ad089 100644 --- a/libre/hardinfo/PKGBUILD +++ b/libre/hardinfo/PKGBUILD @@ -10,7 +10,7 @@ pkgname=hardinfo pkgver=0.5.1.816.g877ea2b _commit=877ea2bc7777626c6fe77b6934a09261f1f1409e pkgrel=1 -pkgrel+=.par5 +pkgrel+=.par6 pkgdesc="A system information and benchmark tool." pkgdesc+="(Parabola rebranded)" arch=('x86_64') @@ -19,7 +19,7 @@ url="https://github.com/lpereira/hardinfo" license=('GPL2') depends=('gtk2') makedepends=('cmake' 'git') -depends+=(libicudata.so=67) +depends+=(libicudata.so) source=($pkgname::git+https://github.com/lpereira/hardinfo#commit=$_commit) sha1sums=('SKIP') -- cgit v1.2.3