summaryrefslogtreecommitdiffstats
path: root/evolution-data-server/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'evolution-data-server/Pkgfile')
-rw-r--r--evolution-data-server/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/evolution-data-server/Pkgfile b/evolution-data-server/Pkgfile
index 7ffaae0..52dfeef 100644
--- a/evolution-data-server/Pkgfile
+++ b/evolution-data-server/Pkgfile
@@ -5,7 +5,7 @@
# Run on: libgnomeui,libsoup,nss,libical,libgweather,popt,bison,libgdata,gnome-online-accounts
name=evolution-data-server
-version=3.1.90
+version=3.1.91
release=1
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
@@ -16,7 +16,7 @@ build() {
--localstatedir=/var \
--libexecdir=/usr/lib/evolution-data-server \
--disable-gtk-doc
- make -j1
+ make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/gtk-doc
}