summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-06-11 11:10:16 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-06-11 16:43:00 +0200
commit08de71b1e72e9cd59b43b2cfc607adda36298c5f (patch)
tree031f17dfd24aebcbabfdff4b5d1a6f15471d8d69 /libre
parent47fdcc3bea3c9ee1b57360ffc72c02c21372b625 (diff)
downloadabslibre-08de71b1e72e9cd59b43b2cfc607adda36298c5f.tar.gz
abslibre-08de71b1e72e9cd59b43b2cfc607adda36298c5f.tar.bz2
abslibre-08de71b1e72e9cd59b43b2cfc607adda36298c5f.zip
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 <GNUtoo@cyberdimension.org>
Diffstat (limited to 'libre')
-rw-r--r--libre/hardinfo/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')