[arch-commits] Commit in libytnef/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Mon Feb 6 13:46:25 UTC 2017


    Date: Monday, February 6, 2017 @ 13:46:24
  Author: jgc
Revision: 288130

upgpkg: libytnef 1.9-1

Include tools also

Modified:
  libytnef/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-06 12:50:27 UTC (rev 288129)
+++ PKGBUILD	2017-02-06 13:46:24 UTC (rev 288130)
@@ -3,7 +3,7 @@
 # Contributor: Andre Klitzing <aklitzing () online () de>
 
 pkgname=libytnef
-pkgver=1.8
+pkgver=1.9
 pkgrel=1
 pkgdesc="Yerase's TNEF Stream Reader library (decode winmail.dat)"
 url="https://github.com/Yeraze/ytnef"
@@ -10,11 +10,13 @@
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('glibc')
+makedepends=('perl')
+optdepends=('perl: ytnefprocess.pl script')
 source=(https://github.com/Yeraze/ytnef/archive/v${pkgver}.tar.gz)
-sha256sums=('f486a9a020ba8be1c0aa110d0ed0b5fd257f72943b0dbe16006ea065e89f3dd2')
+sha256sums=('388bc35afe41adfb84d62ed1222da93b7ed6244f0cef8e563fb2fd33bbc412c7')
 
 build() {
-  cd ytnef-${pkgver}/ytneflib
+  cd ytnef-${pkgver}
   ./autogen.sh
   autoreconf -fi
   ./configure --prefix=/usr --disable-static
@@ -22,6 +24,6 @@
 }
 
 package() {
-  cd ytnef-${pkgver}/ytneflib
+  cd ytnef-${pkgver}
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list