summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libre/icu-parabola/PKGBUILD3
-rw-r--r--libre/icu-parabola/icu-parabola.install7
2 files changed, 1 insertions, 9 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'
diff --git a/libre/icu-parabola/icu-parabola.install b/libre/icu-parabola/icu-parabola.install
deleted file mode 100644
index 0dfc97820..000000000
--- a/libre/icu-parabola/icu-parabola.install
+++ /dev/null
@@ -1,7 +0,0 @@
-post_install() {
- ldconfig
-}
-
-post_upgrade() {
- ldconfig
-} \ No newline at end of file