Date: Monday, May 13, 2013 @ 10:19:48 Author: andrea Revision: 185308
upgpkg: libical 1.0-1 Upstream release Modified: libical/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-05-13 06:17:53 UTC (rev 185307) +++ PKGBUILD 2013-05-13 08:19:48 UTC (rev 185308) @@ -3,7 +3,7 @@ # Contributor: Pierre Schmitz <[email protected]> pkgname=libical -pkgver=0.48 +pkgver=1.0 pkgrel=1 pkgdesc="An open source reference implementation of the icalendar data type and serialization format" arch=('i686' 'x86_64') @@ -12,18 +12,18 @@ depends=('glibc') options=('!libtool') source=("http://downloads.sourceforge.net/freeassociation/${pkgname}-${pkgver}.tar.gz") -md5sums=('e549f434d5fbf9cd156c60ed4943618f') +md5sums=('4438c31d00ec434f02867a267a92f8a1') build() { - cd "${srcdir}"/${pkgname}-${pkgver} + cd ${pkgname}-${pkgver} + libtoolize -f ./configure --prefix=/usr \ - --enable-shared \ --disable-static make } package() { - cd "${srcdir}"/${pkgname}-${pkgver} + cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install }
