summaryrefslogtreecommitdiff
path: root/libre/icu-compat-67/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/icu-compat-67/PKGBUILD')
-rw-r--r--libre/icu-compat-67/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/icu-compat-67/PKGBUILD b/libre/icu-compat-67/PKGBUILD
index 3daca25a8..43c4f430f 100644
--- a/libre/icu-compat-67/PKGBUILD
+++ b/libre/icu-compat-67/PKGBUILD
@@ -3,6 +3,7 @@
# Contributor: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
# Contributor: Eli Schwartz <eschwartz@archlinux.org>
# Contributor: bill-auger <bill-auger@programmer.net>
+# Maintainer: Parabola Hackers <dev@lists.parabola.nu>
# parabola changes and rationale:
@@ -75,8 +76,7 @@
# installed by the icu package.
-_pkgname=icu
-pkgname=${_pkgname}-compat-67
+pkgname=icu-compat-67
pkgver=67.1
pkgrel=1
pkgrel+=.parabola1
@@ -87,11 +87,11 @@ arch+=(armv7h i686)
url="https://icu.unicode.org"
license=('custom:icu')
depends=('gcc-libs' 'sh')
-depends+=("icu>${pkgver}") # core/icu should always be ahead
-conflicts=("icu<=${pkgver}") # core/icu should always be ahead
+depends+=("icu>${pkgver}")
+conflicts=("icu<=${pkgver}")
makedepends=('python')
provides=(libicu{data,i18n,io,test,tu,uc}.so)
-source=(https://github.com/unicode-org/icu/releases/download/release-${pkgver//./-}/${_pkgname}4c-${pkgver//./_}-src.tgz{,.asc})
+source=(https://github.com/unicode-org/icu/releases/download/release-${pkgver//./-}/icu4c-${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'
'SKIP')