diff --git a/libetonyek/PKGBUILD b/libetonyek/PKGBUILD index 35d73500c5..79f9b89806 100644 --- a/libetonyek/PKGBUILD +++ b/libetonyek/PKGBUILD @@ -5,7 +5,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 powerpc64le) url="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek" @@ -17,7 +17,7 @@ sha256sums=('e61677e8799ce6e55b25afc11aa5339113f6a49cff031f336e32fa58635b1a4a') build() { cd $pkgname-$pkgver - ./configure --prefix=/usr --with-mdds=1.4 --build=${CHOST} + ./configure --prefix=/usr --with-mdds=1.5 --build=${CHOST} make }