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

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Jul 26 18:44:54 UTC 2009


    Date: Sunday, July 26, 2009 @ 14:44:54
  Author: andyrtr
Revision: 47759

upgpkg: readline 6.0.003-3
    add symlink for libhistory.so

Modified:
  readline/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-26 18:25:54 UTC (rev 47758)
+++ PKGBUILD	2009-07-26 18:44:54 UTC (rev 47759)
@@ -5,7 +5,7 @@
 pkgname=readline
 _patchlevel=003 #prepare for some patches
 pkgver=6.0.$_patchlevel
-pkgrel=2
+pkgrel=3
 pkgdesc="GNU readline library"
 arch=(i686 x86_64)
 url="http://tiswww.case.edu/php/chet/readline/rltop.html"
@@ -51,6 +51,7 @@
   # to make the linker find the shared lib and fix compile issues
   cd ${pkgdir}/usr/lib
   ln -sv /lib/libreadline.so .
+  ln -sv /lib/libhistory.so .
 
   rm -f ${pkgdir}/usr/share/info/dir
 }




More information about the arch-commits mailing list