diff --git a/libetonyek/.SRCINFO b/libetonyek/.SRCINFO index 354e87ea89..691a206164 100644 --- a/libetonyek/.SRCINFO +++ b/libetonyek/.SRCINFO @@ -1,9 +1,13 @@ pkgbase = libetonyek pkgdesc = Library and a set of tools for reading and converting Apple Keynote presentations - pkgver = 0.1.10 - pkgrel = 4 + pkgver = 0.1.12 + pkgrel = 1 url = https://wiki.documentfoundation.org/DLP/Libraries/libetonyek arch = x86_64 + arch = powerpc64le + arch = powerpc64 + arch = powerpc + arch = riscv64 license = MPL-2.0 makedepends = boost makedepends = cppunit @@ -13,12 +17,11 @@ pkgbase = libetonyek makedepends = mdds depends = libxml2 depends = zlib - depends = libwpd depends = librevenge depends = liblangtag depends = gcc-libs depends = glibc - source = https://dev-www.libreoffice.org/src/libetonyek/libetonyek-0.1.10.tar.xz - sha256sums = b430435a6e8487888b761dc848b7981626eb814884963ffe25eb26a139301e9a + source = https://dev-www.libreoffice.org/src/libetonyek/libetonyek-0.1.12.tar.xz + sha256sums = b9fa82fbeb8cb7a701101060e4f3e1e4ef7c38f574b2859d3ecbe43604c21f83 pkgname = libetonyek diff --git a/libetonyek/PKGBUILD b/libetonyek/PKGBUILD index da66c065c2..70f6bc3a6f 100644 --- a/libetonyek/PKGBUILD +++ b/libetonyek/PKGBUILD @@ -4,16 +4,16 @@ # Contributor: Yue pkgname=libetonyek -pkgver=0.1.10 -pkgrel=4.1 +pkgver=0.1.12 +pkgrel=1 pkgdesc='Library and a set of tools for reading and converting Apple Keynote presentations' arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) url="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek" license=('MPL-2.0') -depends=('libxml2' 'zlib' 'libwpd' 'librevenge' 'liblangtag' 'gcc-libs' 'glibc') +depends=('libxml2' 'zlib' 'librevenge' 'liblangtag' 'gcc-libs' 'glibc') makedepends=('boost' 'cppunit' 'gperf' 'doxygen' 'glm' 'mdds') source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz) -sha256sums=('b430435a6e8487888b761dc848b7981626eb814884963ffe25eb26a139301e9a') +sha256sums=('b9fa82fbeb8cb7a701101060e4f3e1e4ef7c38f574b2859d3ecbe43604c21f83') build() { cd $pkgname-$pkgver