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

Eric Bélanger eric at archlinux.org
Sat Dec 17 01:30:12 UTC 2011


    Date: Friday, December 16, 2011 @ 20:30:12
  Author: eric
Revision: 145097

Change libtool depends to libltdl

Modified:
  redland/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-12-16 21:32:24 UTC (rev 145096)
+++ PKGBUILD	2011-12-17 01:30:12 UTC (rev 145097)
@@ -34,7 +34,7 @@
 
 package_redland() {
  pkgdesc="Library that provides a high-level interface to RDF data"
- depends=('rasqal>=0.9.26' 'raptor>=2.0.6' 'libtool')
+ depends=('rasqal>=0.9.26' 'raptor>=2.0.6' 'libltdl')
  
   cd "${srcdir}/${pkgbase}-${pkgver}"
   make DESTDIR="${pkgdir}" install




More information about the arch-commits mailing list