aboutsummaryrefslogtreecommitdiffstats
path: root/community/gnumeric/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gnumeric/APKBUILD')
-rw-r--r--community/gnumeric/APKBUILD18
1 files changed, 5 insertions, 13 deletions
diff --git a/community/gnumeric/APKBUILD b/community/gnumeric/APKBUILD
index 910bddf07a7..de1396dfa9d 100644
--- a/community/gnumeric/APKBUILD
+++ b/community/gnumeric/APKBUILD
@@ -1,23 +1,20 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gnumeric
-pkgver=1.12.51
+pkgver=1.12.57
pkgrel=1
pkgdesc="GNOME Spreadsheet Program"
url="https://www.gnome.org/projects/gnumeric"
-# s390x and riscv64 blocked by librsvg -> goffice
-arch="all !s390x !riscv64"
+# s390x fails to build
+arch="all !s390x"
license="GPL-2.0-or-later OR GPL-3.0-or-later"
makedepends="
- autoconf
- automake
bison
desktop-file-utils
flex
goffice-dev
gtk+3.0-dev
- intltool
itstool
- libtool
+ intltool
libxml2-utils
libxslt-dev
py3-gobject3-dev
@@ -34,11 +31,6 @@ subpackages="$pkgname-dbg $pkgname-dev $pkgname-doc $pkgname-lang"
source="https://download.gnome.org/sources/gnumeric/${pkgver%.*}/gnumeric-$pkgver.tar.xz"
options="!check" # failing tests
-prepare() {
- default_prepare
- autoreconf -vif
-}
-
build() {
./configure \
--build=$CBUILD \
@@ -60,5 +52,5 @@ package() {
}
sha512sums="
-c46164d9deb29831ab059613548743d84cb15461ac363305a28097832eb69d3fbf3cf8784c420c777bd09e32212b2ef6237bfa56ca28a7e08fd3befde9dfed36 gnumeric-1.12.51.tar.xz
+67886aff17338c41997cb71d2ee8fcac0f3b9dfc4ef1897b50866844e002ba7867f263daa3aadcaa10ba29746795fad0a4f852bdc22cdd4bc41293c952b69e9d gnumeric-1.12.57.tar.xz
"