* rebuild libetonyek with mdds 1.5

This commit is contained in:
Alexander Baldeck 2020-03-13 10:07:09 +01:00
parent 7254c233f9
commit 15887b980c

View File

@ -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
}