diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-13 09:52:07 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-13 09:52:07 +0100 |
commit | d830c3b1d23d90c928c68bf821049db3abf897b8 (patch) | |
tree | fe0cb5ea454a6dbbdd4ad55fc41a6d1c539822c1 /extra/evolution-data-server | |
parent | 4d0ba8da182e9ae35e0f7071adc2970d906698bc (diff) | |
parent | b863c91c6c9218e2ad9458231b24385be177ed08 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/gtkdatabox/PKGBUILD
community/ibus-sunpinyin/PKGBUILD
community/sunpinyin/PKGBUILD
extra/php-xcache/PKGBUILD
extra/sdl_mixer/PKGBUILD
extra/xorg-server/PKGBUILD
Diffstat (limited to 'extra/evolution-data-server')
-rw-r--r-- | extra/evolution-data-server/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/evolution-data-server/PKGBUILD b/extra/evolution-data-server/PKGBUILD index 6b3d8c95b..d7c535073 100644 --- a/extra/evolution-data-server/PKGBUILD +++ b/extra/evolution-data-server/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 169869 2012-10-30 22:25:17Z heftig $ +# $Id: PKGBUILD 170810 2012-11-12 02:17:49Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=evolution-data-server -pkgver=3.6.1 +pkgver=3.6.2 pkgrel=1 pkgdesc="Centralized access to appointments and contacts" arch=('i686' 'x86_64' 'mips64el') @@ -13,7 +13,7 @@ install=$pkgname.install url="http://www.gnome.org" license=('GPL') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('637fcb6a83601af2968ca0b600958da8b0f25444224edc5fae41dea995924150') +sha256sums=('bc94d8b9f1a6fb81a630cf38abec303b87a87ce2fd880f9519c23e5de2ce88f0') build() { cd "$pkgname-$pkgver" |