summaryrefslogtreecommitdiff
path: root/extra/icu/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-05-20 10:35:46 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-05-20 10:35:46 +0200
commit964dfed2669c05373815ba135efc563e313cf792 (patch)
treef4ccee9d34e51f3a53d7334f4fcec5bf2055a9f2 /extra/icu/PKGBUILD
parent4f22a5c482279b73ed0140e8962f75169f9b3e57 (diff)
parent383955a81810f344e11b1472bd4c5069fa77020c (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/kvpnc/PKGBUILD extra/bmp/PKGBUILD extra/parted/PKGBUILD extra/python-m2crypto/PKGBUILD extra/vamp-plugin-sdk/PKGBUILD extra/xsane/PKGBUILD libre/syslinux/PKGBUILD
Diffstat (limited to 'extra/icu/PKGBUILD')
-rw-r--r--extra/icu/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/icu/PKGBUILD b/extra/icu/PKGBUILD
index e0765fd80..952c377bb 100644
--- a/extra/icu/PKGBUILD
+++ b/extra/icu/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 180805 2013-03-26 11:49:34Z foutrelis $
+# $Id: PKGBUILD 185844 2013-05-19 15:04:46Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Art Gramlich <art@gramlich-net.com>
pkgname=icu
pkgver=51.1
-pkgrel=1
+pkgrel=2
pkgdesc="International Components for Unicode library"
arch=(i686 x86_64 'mips64el')
url="http://www.icu-project.org/"
@@ -25,7 +25,8 @@ build() {
./configure --prefix=/usr \
--sysconfdir=/etc \
- --mandir=/usr/share/man
+ --mandir=/usr/share/man \
+ --sbindir=/usr/bin
make
}