summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopik2021-11-22 11:45:44 -0600
committerTopik2021-11-22 11:45:44 -0600
commit75d9176b6ba7a8b1287007d5943194580fc7a2a5 (patch)
treee2e399900549161d0f1a7a9ae1d7f4a13e11c30e
parent544f121ffb7672cfbc61c161a97f52b37ae50a80 (diff)
downloadaur-75d9176b6ba7a8b1287007d5943194580fc7a2a5.tar.gz
Added icu67 as provides and a conflict
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa8d09bc0350..4e42b16a0cbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,8 @@ pkgbase = icu67-bin
arch = x86_64
license = custom:icu
depends = bash
+ provides = icu67
+ conflicts = icu67
source = https://github.com/unicode-org/icu/releases/download/release-67-1/icu4c-67_1-Fedora31-x64.tgz
sha512sums = a60a1ecd6c942d69181442559d32afdf44b852490dbf3833e5b9dcd340754a26edaafbe08432a86ff9ff6372e4b14e631471178d48d4108b9e90be0564564ade
diff --git a/PKGBUILD b/PKGBUILD
index 793b8e52798c..e4bc209fbdea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,8 @@ pkgdesc="International Components for Unicode library (binary release)"
arch=('x86_64')
url="https://github.com/unicode-org/icu"
license=('custom:icu')
+provides=('icu67')
+conflicts=('icu67')
depends=('bash')
source=("https://github.com/unicode-org/icu/releases/download/release-67-1/icu4c-67_1-Fedora31-x64.tgz")
sha512sums=('a60a1ecd6c942d69181442559d32afdf44b852490dbf3833e5b9dcd340754a26edaafbe08432a86ff9ff6372e4b14e631471178d48d4108b9e90be0564564ade')
@@ -24,4 +26,4 @@ package() {
mkdir -p "${pkgdir}"/usr/share/licenses/icu67
cp -rn "${srcdir}"/icu/usr/local/lib/* -t "${pkgdir}"/usr/lib/
install -Dm644 "${srcdir}"/icu/usr/local/share/icu/67.1/LICENSE "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
-} \ No newline at end of file
+}