diff options
Diffstat (limited to 'user/gnumeric/APKBUILD')
-rw-r--r-- | user/gnumeric/APKBUILD | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/user/gnumeric/APKBUILD b/user/gnumeric/APKBUILD index 283227674..551d4d6c3 100644 --- a/user/gnumeric/APKBUILD +++ b/user/gnumeric/APKBUILD @@ -1,8 +1,8 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=gnumeric -pkgver=1.12.45 -pkgrel=1 +pkgver=1.12.50 +pkgrel=0 pkgdesc="GNOME spreadsheet software" url="http://www.gnumeric.org/" arch="all" @@ -12,11 +12,9 @@ options="!check" # Fails with: license="GPL-2.0-only OR GPL-3.0-only" depends="" makedepends="byacc gobject-introspection-dev goffice-dev gtk+3.0-dev intltool - itstool libgda-dev libxml2-utils perl-dev zlib-dev" + itstool libgda-dev libxml2-utils perl-dev zlib-dev wayland-protocols" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" -source="https://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-$pkgver.tar.xz - cs.patch - " +source="https://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-$pkgver.tar.xz" build() { LIBS="-lintl" YACC=yacc ./configure \ @@ -38,5 +36,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="08933ce52abc15e3e690ceea4e617618db65936a482312af8d9e37f3eaec9946950f97f3967357668c7f66ca3cc568d4492e94aa17fe8432ca42adb8bbcd2508 gnumeric-1.12.45.tar.xz -24d74cec5a19f3f79a049b02b43369324fbb1432be4945988034a38d813cceeab54da67d3d9eb2eff49d248e449212d0877b20b593a8c1f70cecbdbd635cb517 cs.patch" +sha512sums="d5896cb8390c99fb3871c722116cc085b93b788fab91bf44d24f20228b8290170a0adc906160a6aa46431ae43b04079621c370dcda42658fa9ae3c1d8baf1730 gnumeric-1.12.50.tar.xz" |