Date: Monday, March 6, 2017 @ 18:57:08 Author: spupykin Revision: 215151
upgpkg: tnef 1.4.13-1 upd Modified: tnef/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-06 18:50:44 UTC (rev 215150) +++ PKGBUILD 2017-03-06 18:57:08 UTC (rev 215151) @@ -3,18 +3,19 @@ # Contributor: Jeffrey 'jf' Lim <[email protected]> pkgname=tnef -pkgver=1.4.12 +pkgver=1.4.13 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/" +url="https://github.com/verdammelt/tnef" license=('GPL') depends=() -source=(http://downloads.sourceforge.net/project/tnef/tnef/tnef-$pkgver.tar.gz) -md5sums=('92b27d6ff4374fea28b04e38032c7710') +source=("$pkgname-$pkgver.tar.gz::https://github.com/verdammelt/tnef/archive/$pkgver.tar.gz") +sha256sums=('e1d0eb2ba1f7e4689158cf3dfe10ed1571ea239eedc223b830331c6b0fbfcbf7') build() { cd "$srcdir"/$pkgname-$pkgver + [ -x configure ] || autoreconf ./configure --prefix=/usr make }
