From b37ee9de1a430956d9e5958ebd9d7e0dbfc79327 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 2 Sep 2011 23:14:49 +0000 Subject: Fri Sep 2 23:14:49 UTC 2011 --- community/tnef/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'community/tnef') diff --git a/community/tnef/PKGBUILD b/community/tnef/PKGBUILD index b01fec8d4..86b319b14 100644 --- a/community/tnef/PKGBUILD +++ b/community/tnef/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 23480 2010-08-11 10:15:58Z spupykin $ +# $Id: PKGBUILD 55067 2011-09-01 21:53:31Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Jeffrey 'jf' Lim pkgname=tnef -pkgver=1.4.7 +pkgver=1.4.8 pkgrel=1 arch=(i686 x86_64) pkgdesc="Program which operates like tar to unpack the files inside an ms-tnef MIME attachment" url="http://sourceforge.net/projects/tnef/" license=('GPL') depends=() -source=(http://downloads.sourceforge.net/project/tnef/tnef/v$pkgver/tnef-$pkgver.tar.gz) -md5sums=('00978a8ad8cc79a1ee605172f882ebe9') +source=(http://downloads.sourceforge.net/project/tnef/tnef/tnef-$pkgver.tar.gz) +md5sums=('cc6443ac5f30913394c0c16ae7941e4f') build() { cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr - make || return 1 + make make DESTDIR=$pkgdir install } -- cgit v1.2.3-54-g00ecf