[arch-commits] Commit in gettext/trunk (PKGBUILD)

Tobias Powalowski tpowa at nymeria.archlinux.org
Mon Oct 21 13:05:36 UTC 2013


    Date: Monday, October 21, 2013 @ 15:05:36
  Author: tpowa
Revision: 197014

upgpkg: gettext 0.18.3.1-2

remove static libraries, added libunistring depend

Modified:
  gettext/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-21 12:58:51 UTC (rev 197013)
+++ PKGBUILD	2013-10-21 13:05:36 UTC (rev 197014)
@@ -3,13 +3,13 @@
 
 pkgname=gettext
 pkgver=0.18.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="GNU internationalization library"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/gettext/"
 license=('GPL')
 groups=('base' 'base-devel')
-depends=('gcc-libs' 'acl' 'sh' 'glib2')
+depends=('gcc-libs' 'acl' 'sh' 'glib2' 'libunistring')
 optdepends=('cvs: for autopoint tool')
 options=(!libtool !docs)
 install=gettext.install




More information about the arch-commits mailing list