[arch-commits] Commit in libtool/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Sat Sep 24 03:53:13 UTC 2011
Date: Friday, September 23, 2011 @ 23:53:12
Author: allan
Revision: 138461
tar got lost from depends during splitting...
Modified:
libtool/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-09-23 18:55:04 UTC (rev 138460)
+++ PKGBUILD 2011-09-24 03:53:12 UTC (rev 138461)
@@ -27,7 +27,7 @@
}
package_libtool() {
- depends=('sh' "libltdl=$pkgver" 'gcc=4.6.1')
+ depends=('sh' "libltdl=$pkgver" 'tar' 'gcc=4.6.1')
groups=('base-devel')
install=libtool.install
More information about the arch-commits
mailing list