diff options
author | root <root@rshg054.dnsready.net> | 2012-05-28 17:43:57 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-28 17:43:57 +0000 |
commit | 483f7de4ab6a706517279a24d2efc969f4a1996d (patch) | |
tree | 128a7513d3e42c4d8812b5fd11a4afb116399762 /community/tnef | |
parent | 89dd7b5f30d48c708092a71b1c8285090fe91505 (diff) |
Mon May 28 17:43:57 UTC 2012
Diffstat (limited to 'community/tnef')
-rw-r--r-- | community/tnef/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/tnef/PKGBUILD b/community/tnef/PKGBUILD index 86b319b14..af56e5d39 100644 --- a/community/tnef/PKGBUILD +++ b/community/tnef/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 55067 2011-09-01 21:53:31Z spupykin $ +# $Id: PKGBUILD 71507 2012-05-27 19:58:13Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Jeffrey 'jf' Lim <jfs.world@gmail.com> pkgname=tnef -pkgver=1.4.8 +pkgver=1.4.9 pkgrel=1 arch=(i686 x86_64) pkgdesc="Program which operates like tar to unpack the files inside an ms-tnef MIME attachment" @@ -11,7 +11,7 @@ url="http://sourceforge.net/projects/tnef/" license=('GPL') depends=() source=(http://downloads.sourceforge.net/project/tnef/tnef/tnef-$pkgver.tar.gz) -md5sums=('cc6443ac5f30913394c0c16ae7941e4f') +md5sums=('83a3a8fe0c15c9bbe2a8dae74c46b761') build() { cd $srcdir/$pkgname-$pkgver |