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

Andrea Scarpino andrea at archlinux.org
Fri Oct 2 21:08:49 UTC 2009


    Date: Friday, October 2, 2009 @ 17:08:49
  Author: andrea
Revision: 53587

upgpkg: libical 0.44-1
    upstream release

Modified:
  libical/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-02 20:54:18 UTC (rev 53586)
+++ PKGBUILD	2009-10-02 21:08:49 UTC (rev 53587)
@@ -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