diff options
author | Rhinoceros | 2017-06-21 07:57:40 +1000 |
---|---|---|
committer | Rhinoceros | 2017-06-21 07:57:40 +1000 |
commit | f9b16f130d16cc9ba34181b86e33428dda93f86a (patch) | |
tree | 9c192f39438bf426da812266f756a7b63ff41840 /PKGBUILD | |
parent | 6a53278d89e07c0c280fcd990707ecd9a56a1047 (diff) | |
download | aur-f9b16f130d16cc9ba34181b86e33428dda93f86a.tar.gz |
Update to 2.4-2
* New versions of Blocks.txt (9.0.0 -> 10.0.0) and UnicodeData.txt from upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,7 +3,7 @@ pkgname=unicode pkgver=2.4 -pkgrel=1 +pkgrel=2 pkgdesc='Display unicode character properties on the command line' url='https://github.com/garabik/unicode' arch=('any') @@ -13,8 +13,8 @@ source=("https://github.com/garabik/${pkgname}/archive/v${pkgver}.tar.gz" 'http://www.unicode.org/Public/UNIDATA/UnicodeData.txt' 'http://www.unicode.org/Public/UNIDATA/Blocks.txt') sha256sums=('0e3dbf8ae9b136e1799d3ed59628d2908cd89cf4ee8f3a8277d5cffc6e12e8e4' - '68dfc414d28257b9b5d6ddbb8b466c768c00ebdf6cbf7784364a9b6cad55ee8f' - '612127d4889032e55d82522e4a0c19793bda8aa8da14ecb3c696d17c83e6be13') + '52423e4d7492167b62f518f68d54db88930abbbff7f11edfcaec8f726498cab1' + '5ae1649a42ed8ae8cb885af79563f00a9ae17e602405a56ed8aca214da14eea7') package() { cd "$pkgname-$pkgver" |