summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2019-06-30 17:46:07 -0400
committeracxz2019-06-30 17:46:07 -0400
commit9f2b1e3c20abcd0fba1e1c300e34c5d1a0b0e5c5 (patch)
tree1d9746423ad368afca23a64410c9980c03572db2
parent5fa6632d3708610441bfedbb3e4c79b2f1e93087 (diff)
downloadaur-9f2b1e3c20abcd0fba1e1c300e34c5d1a0b0e5c5.tar.gz
removed -j4
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8f29ed5b923..2659169dfaa1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ogre-1.9
pkgdesc = Scene-oriented, flexible 3D engine written in C++
pkgver = 1.9.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.ogre3d.org
arch = x86_64
license = custom:MIT
diff --git a/PKGBUILD b/PKGBUILD
index 6ba958f34861..fbb82fb1ffcc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=('ogre-1.9')
pkgname=('ogre-1.9' 'ogre-docs-1.9')
pkgver=1.9.1
-pkgrel=1
+pkgrel=2
pkgdesc='Scene-oriented, flexible 3D engine written in C++'
arch=('x86_64')
url='http://www.ogre3d.org'
@@ -32,7 +32,7 @@ build() {
-DOGRE_INSTALL_SAMPLES=TRUE \
-DOGRE_INSTALL_SAMPLES_SOURCE=TRUE
- make -j4
+ make
make OgreDoc
}