Date: Sunday, January 8, 2023 @ 20:44:10
Author: andyrtr
Revision: 466257
upgpkg: libetonyek 0.1.10-3: fix dependencies - FS#77035
Modified:
libetonyek/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-08 20:24:59 UTC (rev 466256)
+++ PKGBUILD 2023-01-08 20:44:10 UTC (rev 466257)
@@ -4,13 +4,14 @@
pkgname=libetonyek
pkgver=0.1.10
-pkgrel=2
+pkgrel=3
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"
license=('MPL')
-depends=('libxml2' 'zlib' 'libwpd' 'boost-libs' 'librevenge' 'liblangtag')
+depends=('libxml2' 'zlib' 'libwpd' 'librevenge' 'liblangtag')
makedepends=('boost' 'cppunit' 'gperf' 'doxygen' 'glm' 'mdds')
+options=('debug')
source=(https://dev-www.libreoffice.org/src/$pkgname/$pkgname-$pkgver.tar.xz)
sha256sums=('b430435a6e8487888b761dc848b7981626eb814884963ffe25eb26a139301e9a')