aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-04-05 13:49:34 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-04-05 16:54:56 +0000
commit0b0521e6edff4beafd6980f73aab60a9b5d06d4a (patch)
treeb8b8f2d5b8ea8b81298ef6eabf390e2d8fe93ef9
parent11c553a821debc9f8b2676b1283ae093831366fb (diff)
community/libstaroffice: upgrade to 0.0.7
-rw-r--r--community/libstaroffice/APKBUILD12
1 files changed, 3 insertions, 9 deletions
diff --git a/community/libstaroffice/APKBUILD b/community/libstaroffice/APKBUILD
index d2ff85c1064..890e6a7a1d6 100644
--- a/community/libstaroffice/APKBUILD
+++ b/community/libstaroffice/APKBUILD
@@ -1,24 +1,20 @@
# Contributor: Timo Teräs <timo.teras@iki.fi>
# Maintainer: Timo Teräs <timo.teras@iki.fi>
pkgname=libstaroffice
-pkgver=0.0.6
-pkgrel=1
+pkgver=0.0.7
+pkgrel=0
pkgdesc="Import filter for StarOffice documents"
url="https://github.com/fosnola/libstaroffice"
arch="all"
license="MPL-2.0"
-depends=""
depends_dev="zlib-dev boost-dev"
makedepends="$depends_dev librevenge-dev doxygen"
-install=""
subpackages="$pkgname-dev $pkgname-doc"
source="https://github.com/fosnola/libstaroffice/releases/download/$pkgver/libstaroffice-$pkgver.tar.xz
fix-maybe-uninitialized.patch
"
-builddir="$srcdir/libstaroffice-$pkgver"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -30,9 +26,7 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-
-sha512sums="9b5313a069e29265875f2e744b6b39c261f578d72f67fdefe1454c092aaa28399e1b3dfcb3a2f881f9a60674e0115a29350fba3ee37fb442f0a837982077f324 libstaroffice-0.0.6.tar.xz
+sha512sums="fae873457a8018c1613667aa92771981503585513ab01bdbd2dd6d506ed4f72a7a8fdcfcb8953a46dfcb8fd902d2c9ef8ccd1a5ff15c83990a89847fb98009f8 libstaroffice-0.0.7.tar.xz
db7129b9bc0ef6fbf33ab43c647c9c48296791853ca5fce80fa2791351aafb16f654858db64d5c3f740083ffb900e241ee2ca461382ae42c008d8b74df9f94a5 fix-maybe-uninitialized.patch"