diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-09-08 13:40:51 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-09-08 13:40:51 -0300 |
commit | 1eb44cdc16d2ce4e40d42cacea7456ad245994f1 (patch) | |
tree | 8fffd10c72c5c326bcc41cdbbafda13c0ec5b2b6 /extra/gmime | |
parent | 69d3aee0c3f0bb876065264baccf86c13088dd01 (diff) | |
parent | 8cca36c97b57b8d0a7e5521647c02409eb94ade4 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/portaudio/PKGBUILD
extra/ettercap/PKGBUILD
extra/kdelibs/PKGBUILD
extra/qt/PKGBUILD
gnome-unstable/epiphany/PKGBUILD
gnome-unstable/gnome-shell/PKGBUILD
gnome-unstable/pulseaudio/PKGBUILD
gnome-unstable/vala/PKGBUILD
kde-unstable/kdebase-workspace/PKGBUILD
testing/xf86-video-glint/PKGBUILD
Diffstat (limited to 'extra/gmime')
-rw-r--r-- | extra/gmime/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/gmime/PKGBUILD b/extra/gmime/PKGBUILD index 4a88a260b..f9adaf9c3 100644 --- a/extra/gmime/PKGBUILD +++ b/extra/gmime/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 127466 2011-06-15 14:36:25Z ibiru $ +# $Id: PKGBUILD 137328 2011-09-07 08:13:58Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Ben <ben@benmazer.net> pkgname=gmime -pkgver=2.4.25 +pkgver=2.4.26 pkgrel=1 pkgdesc="Core mime parsing library" arch=('i686' 'x86_64' 'mips64el') @@ -15,7 +15,7 @@ makedepends=('gtk-sharp-2' 'pkgconfig') makedepends=('pkgconfig') options=('!libtool') source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('c1044330652e7098b58e4b9c32202c5c99534da34aa260fc3b7cf8506cd56413') +sha256sums=('bad2c9ceb36a685a8f31eccf047be9d761da781c777c7657b093f9ff0bba401f') build() { # get rid of that .wapi errors in fakeroot |