summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab2bd5485882..25a18ce3aa77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = endless-sky
pkgdesc = A space exploration and combat game similar to Escape Velocity
pkgver = 0.9.11
- pkgrel = 1
+ pkgrel = 2
url = http://endless-sky.github.io/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 03a97f512b06..d4a0ffcea6f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=endless-sky
pkgver=0.9.11
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="http://endless-sky.github.io/"
depends=(openal libpng glew hicolor-icon-theme libjpeg-turbo sdl2 libmad)
@@ -18,7 +18,8 @@ sha512sums=('8e56795fb327fbdc977af056929478e16243b3a4ea8d96feecb59c1c4c0265d5414
build() {
cd $pkgname-$pkgver
- scons
+ # remove -jnproc for reproducible builds
+ scons -j "$(nproc)"
}