Date: Monday, April 30, 2012 @ 03:34:31 Author: andrea Revision: 157968
upgpkg: libical 0.48-1 Upstream release Modified: libical/trunk/PKGBUILD ----------+ PKGBUILD | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-04-30 07:33:32 UTC (rev 157967) +++ PKGBUILD 2012-04-30 07:34:31 UTC (rev 157968) @@ -3,8 +3,8 @@ # Contributor: Pierre Schmitz <[email protected]> pkgname=libical -pkgver=0.46 -pkgrel=2 +pkgver=0.48 +pkgrel=1 pkgdesc="An open source reference implementation of the icalendar data type and serialization format" arch=('i686' 'x86_64') url='http://sourceforge.net/projects/freeassociation/' @@ -12,13 +12,11 @@ depends=('glibc') options=('!libtool') source=("http://downloads.sourceforge.net/freeassociation/${pkgname}-${pkgver}.tar.gz") -md5sums=('9c08f88945bfd5d0791d102e4aa4125c') +md5sums=('e549f434d5fbf9cd156c60ed4943618f') build() { - cd ${srcdir}/${pkgname}-${pkgver} + cd "${srcdir}"/${pkgname}-${pkgver} - ./autogen.sh - libtoolize --force ./configure --prefix=/usr \ --enable-shared \ --disable-static @@ -26,6 +24,6 @@ } package() { - cd ${srcdir}/${pkgname}-${pkgver} - make DESTDIR=${pkgdir} install + cd "${srcdir}"/${pkgname}-${pkgver} + make DESTDIR="${pkgdir}" install }
