summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2015-07-29 19:47:41 +0200
committerStefan Husmann2015-07-29 19:47:41 +0200
commite1956b200595612a171158d5235d1c09d89064f4 (patch)
tree92e873afa8bd2f9ea6786a73c598b0aa19d5b9cd
parentbfc354981f5ae7b3c4e51c0a46435079a01e0834 (diff)
downloadaur-e1956b200595612a171158d5235d1c09d89064f4.tar.gz
add pkgver of goffice dep
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0967f10aac43..4242fa7879b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = gnumeric-minimal
arch = x86_64
license = GPL
makedepends = intltool
- depends = goffice-light
+ depends = goffice>=0.10.23
depends = desktop-file-utils
provides = gnumeric
conflicts = gnumeric
diff --git a/PKGBUILD b/PKGBUILD
index 47fbe4f8c2d0..6e342846bf8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ 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')
+depends=('goffice>=0.10.23' 'desktop-file-utils')
makedepends=('intltool')
install=gnumeric-minimal.install
conflicts=('gnumeric')