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

Allan McRae allan at archlinux.org
Tue Oct 18 13:18:52 UTC 2011


    Date: Tuesday, October 18, 2011 @ 09:18:52
  Author: allan
Revision: 140703

upgpkg: libtool 2.4.2-1

upstream update

Modified:
  libtool/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-18 13:14:38 UTC (rev 140702)
+++ PKGBUILD	2011-10-18 13:18:52 UTC (rev 140703)
@@ -5,15 +5,16 @@
 # NOTE: requires rebuilt with each new gcc version
 
 pkgname=('libtool' 'libltdl')
-pkgver=2.4
-pkgrel=5
+pkgver=2.4.2
+pkgrel=1
 pkgdesc="A generic library support script"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/libtool"
 license=('GPL')
 options=('!libtool')
-source=(ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz)
-md5sums=('4e6144439d95d7332dc50ace6dd24c55')
+source=(ftp://ftp.gnu.org/pub/gnu/libtool/${pkgname}-${pkgver}.tar.xz{,.sig})
+md5sums=('2ec8997e0c07249eb4cbd072417d70fe'
+         '1e6ba57420c82c663c85e745d11c7eed')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}




More information about the arch-commits mailing list