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

Dan McGee dan at archlinux.org
Thu Jul 16 02:55:30 UTC 2009


    Date: Wednesday, July 15, 2009 @ 22:55:29
  Author: dan
Revision: 46325

upgpkg: libfetch 2.23-1

Modified:
  libfetch/trunk/Makefile
  libfetch/trunk/PKGBUILD

----------+
 Makefile |    3 ++-
 PKGBUILD |   12 ++++++------
 2 files changed, 8 insertions(+), 7 deletions(-)

Modified: Makefile
===================================================================
--- Makefile	2009-07-16 02:26:19 UTC (rev 46324)
+++ Makefile	2009-07-16 02:55:29 UTC (rev 46325)
@@ -6,7 +6,8 @@
 
 WARNINGS = -Wall -Wstrict-prototypes -Wsign-compare -Wchar-subscripts \
            -Wpointer-arith -Wcast-align -Wsign-compare
-CFLAGS   = -O2 -pipe -I. -fPIC $(WARNINGS) \
+# ftp.c has some aliasing issues...
+CFLAGS   = -O2 -pipe -I. -fPIC -fno-strict-aliasing $(WARNINGS) \
 		   -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES
 
 CFLAGS	+= -DFTP_COMBINE_CWDS -DNETBSD

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-07-16 02:26:19 UTC (rev 46324)
+++ PKGBUILD	2009-07-16 02:55:29 UTC (rev 46325)
@@ -3,18 +3,18 @@
 # Contributor: Xavier Chantry <shiningxc at gmail.com>
 
 pkgname=libfetch
-pkgver=2.20
+pkgver=2.23
 pkgrel=1
 pkgdesc="URL based download library"
 arch=('i686' 'x86_64')
 license=('BSD')
 groups=('base')
 depends=('openssl')
-url="http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/net/fetch/"
-source=(Makefile http://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('7b1b639fb829bd837cda935171ac264d'
-         '085d4f5c9b83a3b5416e2c54e3c8f9cb')
-         
+url="http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/net/libfetch/"
+source=(Makefile ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('69ce72c61962ad070b2a78f67dd2ddaf'
+         'c1c1a8ccabc3bf9acda833bcbc6821b1')
+
 # source PKGBUILD && mksource
 mksource() {
 	export CVSROOT=:pserver:anoncvs at anoncvs.NetBSD.org:/cvsroot




More information about the arch-commits mailing list