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

Andreas Radke andyrtr at archlinux.org
Mon Dec 31 08:49:29 UTC 2018


    Date: Monday, December 31, 2018 @ 08:49:29
  Author: andyrtr
Revision: 342837

upgpkg: libetonyek 0.1.9-1

upstream update 0.1.9

Modified:
  libetonyek/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-31 08:31:55 UTC (rev 342836)
+++ PKGBUILD	2018-12-31 08:49:29 UTC (rev 342837)
@@ -3,7 +3,7 @@
 # Contributor: Yue
 
 pkgname=libetonyek
-pkgver=0.1.8
+pkgver=0.1.9
 pkgrel=1
 pkgdesc='Library and a set of tools for reading and converting Apple Keynote presentations'
 arch=('x86_64')
@@ -12,11 +12,11 @@
 depends=('libxml2' 'zlib' 'libwpd' 'boost-libs' 'librevenge' 'liblangtag')
 makedepends=('boost' 'cppunit' 'gperf' 'doxygen' 'glm' 'mdds')
 source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('9dc92347aee0cc9ed57b175a3e21f9d96ebe55d30fecb10e841d1050794ed82d')
+sha256sums=('e61677e8799ce6e55b25afc11aa5339113f6a49cff031f336e32fa58635b1a4a')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --with-mdds=1.2
+  ./configure --prefix=/usr --with-mdds=1.4
   make
 }
 



More information about the arch-commits mailing list