summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-06-10 20:15:43 +0200
committerhaawda2017-06-10 20:15:43 +0200
commit7e5a853e8ce36e4da40866d4407aadae6a74bf47 (patch)
tree178dd25b98be0e4628372e540e9ce2302952ba8b
parent54ea4a3a8e8557438e5241e4112222a177ce39a0 (diff)
downloadaur-7e5a853e8ce36e4da40866d4407aadae6a74bf47.tar.gz
fix help path
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7908334ab82e..638ce6557b22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnumeric-minimal
pkgdesc = A GNOME-less spreadsheet program
pkgver = 1.12.34
- pkgrel = 1
+ pkgrel = 2
url = http://www.gnome.org/projects/gnumeric/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 0eadded4d473..c81455c634aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gnumeric-minimal
_pkgname=gnumeric
pkgver=1.12.34
-pkgrel=1
+pkgrel=2
pkgdesc="A GNOME-less spreadsheet program"
arch=('i686' 'x86_64')
url="http://www.gnome.org/projects/gnumeric/"
@@ -34,7 +34,7 @@ build() {
--disable-schemas-install --disable-ssindex \
--without-gnome --without-psiconv --without-perl \
--without-python --without-gda \
- --with-help-dir="$pkgdir"/usr/share/gnome/help
+ --with-help-dir=/usr/share/gnome/help
make
}