diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-05-04 18:18:17 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2020-05-04 18:23:46 +0200 |
commit | bf133a8fa6e3a6d2d1353b1097ef903eb0f27f75 (patch) | |
tree | 90ba3261158f6ef7dd55fb59dddcc0e8a0b2aee9 /libre/icu-parabola/PKGBUILD | |
parent | 7c77591d239b3c2c0da9204504974f14d82e1896 (diff) | |
download | abslibre-bf133a8fa6e3a6d2d1353b1097ef903eb0f27f75.tar.gz abslibre-bf133a8fa6e3a6d2d1353b1097ef903eb0f27f75.tar.bz2 abslibre-bf133a8fa6e3a6d2d1353b1097ef903eb0f27f75.zip |
libre: icu-parabola: remove .install
The .install was only added to run ldconfig, but since
ldconfig is already run by pacman, it is unnecessary.
Reported-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'libre/icu-parabola/PKGBUILD')
-rw-r--r-- | libre/icu-parabola/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libre/icu-parabola/PKGBUILD b/libre/icu-parabola/PKGBUILD index 7d69a776d..df7f991c8 100644 --- a/libre/icu-parabola/PKGBUILD +++ b/libre/icu-parabola/PKGBUILD @@ -61,7 +61,7 @@ pkgname=icu-parabola _pkgname=icu pkgver=67.1 pkgrel=1 -pkgrel+=.parabola1 +pkgrel+=.parabola2 pkgdesc="International Components for Unicode library" arch=(x86_64) arch+=(armv7h i686) @@ -70,7 +70,6 @@ license=('custom:icu') depends=('gcc-libs' 'sh') makedepends=('python') # provides=(libicu{data,i18n,io,test,tu,uc}.so) # TODO: is this needed - or will it break stuff? -install="${pkgname}.install" source=(https://github.com/unicode-org/icu/releases/download/release-${pkgver//./-}/${_pkgname}4c-${pkgver//./_}-src.tgz{,.asc}) # https://github.com/unicode-org/icu/releases/download/release-65-1/SHASUM512.txt - no checksum file for v67 release sha512sums=('4779f1ce1ca7976f6fad6768853ea8c540da54d11509e3b6cfd864a04b5f2db1c3d4b546387f91ad02fb90804525bc37d2543173f0d705d6ca11dc6f2b7640a8' |