summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2015-07-29 19:45:28 +0200
committerStefan Husmann2015-07-29 19:45:28 +0200
commitbfc354981f5ae7b3c4e51c0a46435079a01e0834 (patch)
treeaf1685932863db59c595552fcfa2785d7bdf2be0
parent6d5c6df54e103dbbaeffb8c1230413343e4285d7 (diff)
downloadaur-bfc354981f5ae7b3c4e51c0a46435079a01e0834.tar.gz
upstream update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 562d0c6857aa..0967f10aac43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnumeric-minimal
pkgdesc = A GNOME-less spreadsheet program
- pkgver = 1.12.21
+ pkgver = 1.12.23
pkgrel = 1
url = http://www.gnome.org/projects/gnumeric/
install = gnumeric-minimal.install
@@ -10,13 +10,12 @@ pkgbase = gnumeric-minimal
makedepends = intltool
depends = goffice-light
depends = desktop-file-utils
- depends = hicolor-icon-theme
provides = gnumeric
conflicts = gnumeric
options = !makeflags
- source = http://ftp.gnome.org/pub/gnome/sources/gnumeric/1.12/gnumeric-1.12.21.tar.xz
+ source = http://ftp.gnome.org/pub/gnome/sources/gnumeric/1.12/gnumeric-1.12.23.tar.xz
source = nested_decl.patch
- md5sums = 393b5fc91840819522b9ba018f393e8e
+ md5sums = 4e1844f3fd6162a7b0a96d3325dcac5d
md5sums = 4368ba37f04c0674ed3cba9a82881700
pkgname = gnumeric-minimal
diff --git a/PKGBUILD b/PKGBUILD
index 9645ee10aec0..47fbe4f8c2d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,23 @@
-# Maintainer: megadriver <megadriver at gmx dot com>
+# Contributor: megadriver <megadriver at gmx dot com>
# Based on gnumeric from [extra]
+# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=gnumeric-minimal
_pkgname=gnumeric
-pkgver=1.12.21
+pkgver=1.12.23
pkgrel=1
pkgdesc="A GNOME-less spreadsheet program"
arch=('i686' 'x86_64')
url="http://www.gnome.org/projects/gnumeric/"
license=('GPL')
-depends=('goffice-light' 'desktop-file-utils' 'hicolor-icon-theme')
+depends=('goffice-light' 'desktop-file-utils')
makedepends=('intltool')
install=gnumeric-minimal.install
conflicts=('gnumeric')
provides=('gnumeric')
options=('libtool')
source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgname}/${pkgver%.*}/${_pkgname}-${pkgver}.tar.xz nested_decl.patch)
-md5sums=('393b5fc91840819522b9ba018f393e8e'
+md5sums=('4e1844f3fd6162a7b0a96d3325dcac5d'
'4368ba37f04c0674ed3cba9a82881700')
options=('!makeflags')