summaryrefslogtreecommitdiff
path: root/nonprism/shotwell/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'nonprism/shotwell/PKGBUILD')
-rw-r--r--nonprism/shotwell/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/nonprism/shotwell/PKGBUILD b/nonprism/shotwell/PKGBUILD
index ef721499e..5d1e1dd91 100644
--- a/nonprism/shotwell/PKGBUILD
+++ b/nonprism/shotwell/PKGBUILD
@@ -23,7 +23,7 @@ makedepends=('intltool' 'vala>=0.17.2' 'gnome-doc-utils')
source=("https://download.gnome.org/sources/shotwell/${_basever}/shotwell-$pkgver.tar.xz"
'nonprism.patch')
md5sums=('dd679db40461a7245dc635042e40a31b'
- '47a50a8599c68065e9a1197fc5ec9440')
+ 'a4dfa3d92faf72e726ff95638b15237e')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -44,7 +44,7 @@ build() {
--disable-desktop-update \
--disable-icon-update \
--disable-extra-plugins-install
- make
+ make -j1
}
package() {