diff options
author | prspkt <prspkt@protonmail.com> | 2018-03-14 06:47:10 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-26 19:46:44 +0200 |
commit | e02fa453925c7294442c80ab1320fe5081e87d77 (patch) | |
tree | bf8fccabd1dea9ca5a0d97fef067a6168a0442b2 /community/gnumeric/APKBUILD | |
parent | 58bd97a03fd59bd695578f97ee9ff3fd1305c834 (diff) | |
download | aports-e02fa453925c7294442c80ab1320fe5081e87d77.tar.bz2 aports-e02fa453925c7294442c80ab1320fe5081e87d77.tar.xz |
community/gnumeric: upgrade to 1.12.39
Diffstat (limited to 'community/gnumeric/APKBUILD')
-rw-r--r-- | community/gnumeric/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/gnumeric/APKBUILD b/community/gnumeric/APKBUILD index a7074ba93e..bc9799b384 100644 --- a/community/gnumeric/APKBUILD +++ b/community/gnumeric/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gnumeric -pkgver=1.12.38 +pkgver=1.12.39 pkgrel=0 pkgdesc="GNOME Spreadsheet Program" url="http://www.gnome.org/projects/gnumeric" @@ -8,14 +8,13 @@ arch="all" license="GPL-2.0-or-later OR GPL-3.0-or-later" makedepends="gtk+3.0-dev intltool desktop-file-utils goffice-dev rarian python2-dev py-gobject3-dev libxslt-dev bison flex itstool - libxml2-utils - autoconf automake libtool" + libxml2-utils autoconf automake libtool" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz unbreak-build-by-skipping-cs.patch " - builddir="$srcdir"/$pkgname-$pkgver + prepare() { default_prepare autoreconf -vif @@ -39,5 +38,6 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="71cf29355b865a3c0f966482ef0cbc90553326fcdc10103762d6c35c1f932371b5dffa3d3d89cd575d3f202ba041e4caaf987db08051b700757ea165508ea217 gnumeric-1.12.38.tar.xz + +sha512sums="8ae09ea857989e65a8fe2070b30c2309d82daa4142816ef3a1b107035aea0d71498d84eaeeaa870a1587e3785146fad3304321a531c75f6e2f200def53a8e898 gnumeric-1.12.39.tar.xz 8162b0901e7acf586f4f5be103e2507c17da38ef4e22ce98011dba076de14ea819d346d11917d4d5c70c328b876d890bad2d6b3cede793d218033a59853a0d81 unbreak-build-by-skipping-cs.patch" |