[arch-commits] Commit in libical/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Fri Oct 2 21:57:53 UTC 2009


    Date: Friday, October 2, 2009 @ 17:57:53
  Author: pierre
Revision: 53596

Merged revisions 53587 via svnmerge from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/libical/trunk

........
  r53587 | andrea | 2009-10-02 23:08:49 +0200 (Fr, 02 Okt 2009) | 2 lines
  
  upgpkg: libical 0.44-1
      upstream release
........

Modified:
  libical/repos/extra-x86_64/	(properties)
  libical/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)


Property changes on: libical/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /libical/trunk:1-24829
   + /libical/trunk:1-53595

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-10-02 21:55:53 UTC (rev 53595)
+++ extra-x86_64/PKGBUILD	2009-10-02 21:57:53 UTC (rev 53596)
@@ -1,8 +1,9 @@
 # $Id: $
-# Maintainer: Pierre Schmitz <pierre at archlinux.de>
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=libical
-pkgver=0.43
+pkgver=0.44
 pkgrel=1
 pkgdesc="An open source reference implementation of the icalendar data type and serialization format"
 arch=('i686' 'x86_64')
@@ -10,12 +11,14 @@
 license=('LGPL' 'MPL')
 depends=('glibc')
 options=('!libtool')
-source=("http://downloads.sourceforge.net/sourceforge/freeassociation/${pkgname}-${pkgver}.tar.gz")
-md5sums=('5f0a1feb60894d0be537aefea5647474')
+source=("http://downloads.sourceforge.net/freeassociation/${pkgname}-${pkgver}.tar.gz")
+md5sums=('e0403c31e1ed82569325685f8c15959c')
 
 build() {
-	cd $srcdir/${pkgname}-${pkgver}
-	./configure --prefix=/usr --enable-shared --disable-static
-	make
-	make DESTDIR=$pkgdir install
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+    --enable-shared \
+    --disable-static
+  make || return 1
+  make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list