[arch-commits] Commit in icu/trunk (PKGBUILD)
Andreas Radke
andyrtr at nymeria.archlinux.org
Sun May 19 15:04:15 UTC 2013
Date: Sunday, May 19, 2013 @ 17:04:15
Author: andyrtr
Revision: 185843
upgpkg: icu 51.1-2
move to /usr/bin
Modified:
icu/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-05-19 14:57:14 UTC (rev 185842)
+++ PKGBUILD 2013-05-19 15:04:15 UTC (rev 185843)
@@ -4,7 +4,7 @@
pkgname=icu
pkgver=51.1
-pkgrel=1
+pkgrel=2
pkgdesc="International Components for Unicode library"
arch=(i686 x86_64)
url="http://www.icu-project.org/"
@@ -25,7 +25,8 @@
./configure --prefix=/usr \
--sysconfdir=/etc \
- --mandir=/usr/share/man
+ --mandir=/usr/share/man \
+ --sbindir=/usr/bin
make
}
More information about the arch-commits
mailing list