summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenaud LITTOLFF2019-06-11 10:45:57 +0200
committerRenaud LITTOLFF2019-06-11 10:45:57 +0200
commitf1c97eb569df4e26a8a6cb2cc598ff319dd3a33e (patch)
tree6ce791bd193f53d9bd574b307daf8c1439400cdc
parent9ce99e3d0928f0b034111786d3f46e5567255f4c (diff)
downloadaur-icu62.tar.gz
Bump 62.2-0 version to AUR
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01cdc795a465..581d0db275f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = icu62
pkgdesc = International Components for Unicode library
- pkgver = 62.1
- pkgrel = 1
+ pkgver = 62.2
+ pkgrel = 0
url = http://www.icu-project.org/
arch = i686
arch = x86_64
license = custom:"icu"
depends = gcc-libs>=4.7.1-5
- source = http://download.icu-project.org/files/icu4c/62.1/icu4c-62_1-src.tgz
- md5sums = 490ad9d920158e0314e10ba74ae9a150
+ source = https://github.com/unicode-org/icu/releases/download/release-62-2/icu4c-62_2-src.tgz
+ md5sums = b26c157dee099d89bfdf6d31c0ccbd30
pkgname = icu62
diff --git a/PKGBUILD b/PKGBUILD
index 3e58c270cd35..3b4dbf14afd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=icu
pkgname=${_pkgname}62
pkgver=62.2
-pkgrel=1
+pkgrel=0
pkgdesc="International Components for Unicode library"
arch=('i686' 'x86_64')
url="http://www.icu-project.org/"