Date: Sunday, February 23, 2020 @ 07:49:57
  Author: andyrtr
Revision: 376095

upgpkg: libetonyek 0.1.9-2: fix build error with recent mdds - FS#65337

Modified:
  libetonyek/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-02-23 07:44:31 UTC (rev 376094)
+++ PKGBUILD    2020-02-23 07:49:57 UTC (rev 376095)
@@ -4,7 +4,7 @@
 
 pkgname=libetonyek
 pkgver=0.1.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Library and a set of tools for reading and converting Apple Keynote 
presentations'
 arch=('x86_64')
 url="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";
@@ -16,7 +16,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-mdds=1.4
+  ./configure --prefix=/usr --with-mdds=1.5
   make
 }
 

Reply via email to