summaryrefslogtreecommitdiff
path: root/extra/gmime
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-01-09 23:14:46 +0000
committerroot <root@rshg054.dnsready.net>2012-01-09 23:14:46 +0000
commitfdcaf644692e151ddc596b148465ce4a77e6b670 (patch)
treef462377d189cdc42041c78bf22402fec369a48c4 /extra/gmime
parent7a3611f5caa5e34c1f2b582640f97b733110ae63 (diff)
Mon Jan 9 23:14:46 UTC 2012
Diffstat (limited to 'extra/gmime')
-rw-r--r--extra/gmime/PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/extra/gmime/PKGBUILD b/extra/gmime/PKGBUILD
index 905ea0e90..d60713620 100644
--- a/extra/gmime/PKGBUILD
+++ b/extra/gmime/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 145137 2011-12-17 18:24:13Z ibiru $
+# $Id: PKGBUILD 146295 2012-01-08 17:45:05Z ibiru $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Ben <ben@benmazer.net>
pkgname=gmime
-pkgver=2.4.29
+pkgver=2.4.31
pkgrel=1
pkgdesc="Core mime parsing library"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('glib2' 'zlib')
makedepends=('gtk-sharp-2' 'pkgconfig')
options=('!libtool')
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c85dd7b2ac19754bf687fe8653c3631415b3a2ce70b4365268f03a1bd002ffa5')
+sha256sums=('d9601328ee3d2d5be57ac8397571af4835dba8eb2c68ad224de3ec722a81fd04')
build() {
# get rid of that .wapi errors in fakeroot
@@ -28,8 +28,4 @@ build() {
package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
-
- # These are gmime alternatives for the same shareutils tools
- mv "$pkgdir/usr/bin/uuencode" "$pkgdir/usr/bin/guuencode"
- mv "$pkgdir/usr/bin/uudecode" "$pkgdir/usr/bin/guudecode"
}