summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2017-01-31 20:27:39 +0100
committerStefan Husmann2017-01-31 20:27:39 +0100
commitcdf6b02e64fa5b4b3c031b732105460cbe5f16ec (patch)
tree365bf4f7c9888a8d76ebee5c3cc3b8ab93a7185b
parent3f01057f35e28e7c4ef3e7ef1bd2efa1296aea9b (diff)
downloadaur-cdf6b02e64fa5b4b3c031b732105460cbe5f16ec.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 642a53ed9fc9..df7d065c1152 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnumeric-minimal
pkgdesc = A GNOME-less spreadsheet program
- pkgver = 1.12.32
+ pkgver = 1.12.33
pkgrel = 1
url = http://www.gnome.org/projects/gnumeric/
arch = i686
@@ -11,9 +11,9 @@ pkgbase = gnumeric-minimal
provides = gnumeric
conflicts = gnumeric
options = !makeflags
- source = http://ftp.gnome.org/pub/gnome/sources/gnumeric/1.12/gnumeric-1.12.32.tar.xz
+ source = http://ftp.gnome.org/pub/gnome/sources/gnumeric/1.12/gnumeric-1.12.33.tar.xz
source = revert-warnings.patch::https://projects.archlinux.de/svntogit/packages.git/plain/trunk/revert-warnings.patch?h=packages/gnumeric
- sha256sums = a07bc83e2adaeb94bfa2c737c9a19d90381a19cb203dd7c4d5f7d6cfdbee6de8
+ sha256sums = 7eade408b6c20d2e8ad557d539e5e2f29705845a2eaa181b38934bb0cad49c0b
sha256sums = bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53
pkgname = gnumeric-minimal
diff --git a/PKGBUILD b/PKGBUILD
index 66e08706adcb..2073a9de691e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=gnumeric-minimal
_pkgname=gnumeric
-pkgver=1.12.32
+pkgver=1.12.33
pkgrel=1
pkgdesc="A GNOME-less spreadsheet program"
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ conflicts=('gnumeric')
provides=('gnumeric')
options=('libtool')
source=(http://ftp.gnome.org/pub/gnome/sources/${_pkgname}/${pkgver%.*}/${_pkgname}-${pkgver}.tar.xz revert-warnings.patch::https://projects.archlinux.de/svntogit/packages.git/plain/trunk/revert-warnings.patch?h=packages/gnumeric)
-sha256sums=('a07bc83e2adaeb94bfa2c737c9a19d90381a19cb203dd7c4d5f7d6cfdbee6de8'
+sha256sums=('7eade408b6c20d2e8ad557d539e5e2f29705845a2eaa181b38934bb0cad49c0b'
'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
options=('!makeflags')
@@ -33,7 +33,8 @@ build() {
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--disable-schemas-install --disable-ssindex \
--without-gnome --without-psiconv --without-perl \
- --without-python --without-gda
+ --without-python --without-gda \
+ --with-help-dir="$pkgdir"/usr/share/gnome/help
make
}
@@ -42,5 +43,4 @@ package() {
make DESTDIR="${pkgdir}" install
rm -rf "${pkgdir}/etc/gconf"
- rm -rf "${pkgdir}/usr/share/gnome"
}