summaryrefslogtreecommitdiff
path: root/extra/libical
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-05-02 12:00:40 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-05-02 12:00:40 +0200
commitc2ef76f233a03e87ba6f2a39ca06d6c8411525bd (patch)
tree443d415b43358dbcc1043b51f3299d3b07ee3c73 /extra/libical
parent3bcb803af0dd81dc1d1e3352d8dee1d731d33abb (diff)
parentdefe74c9cba07c321ad2869d8f6872e64a167324 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/open-vm-tools/PKGBUILD community-testing/open-vm-tools/vmware-guestd extra/exo/PKGBUILD extra/gnome-python-desktop/PKGBUILD extra/imagemagick/PKGBUILD extra/libindi/PKGBUILD extra/libxfce4util/PKGBUILD extra/terminal/PKGBUILD extra/xfburn/PKGBUILD extra/xfce4-appfinder/PKGBUILD extra/xfce4-dev-tools/PKGBUILD extra/xfce4-mailwatch-plugin/PKGBUILD extra/xfce4-notifyd/PKGBUILD extra/xfce4-panel/PKGBUILD extra/xfce4-screenshooter/PKGBUILD extra/xfce4-settings/PKGBUILD extra/xfce4-smartbookmark-plugin/PKGBUILD extra/xfce4-weather-plugin/PKGBUILD testing/cairo/PKGBUILD testing/lvm2/PKGBUILD testing/openmpi/PKGBUILD testing/udev/PKGBUILD
Diffstat (limited to 'extra/libical')
-rw-r--r--extra/libical/PKGBUILD16
1 files changed, 7 insertions, 9 deletions
diff --git a/extra/libical/PKGBUILD b/extra/libical/PKGBUILD
index 867158017..d3fe322f5 100644
--- a/extra/libical/PKGBUILD
+++ b/extra/libical/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 149595 2012-02-08 15:25:04Z andrea $
+# $Id: PKGBUILD 157971 2012-04-30 07:57:27Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
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' 'mips64el')
url='http://sourceforge.net/projects/freeassociation/'
@@ -12,13 +12,11 @@ license=('LGPL' 'MPL')
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 @@ build() {
}
package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install
+ cd "${srcdir}"/${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
}