summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ0k3r2016-01-13 16:48:59 +0100
committerJ0k3r2016-01-13 16:48:59 +0100
commit2bc4eb0d31caf6fcbc1533ab9b84ab8653cc2cd1 (patch)
tree5a8e71724482ad2bb649bcc95770787632e3759b
parent936c8bf499f3f1dfa7d0eb05ff4f6f6d07b960e6 (diff)
downloadaur-2bc4eb0d31caf6fcbc1533ab9b84ab8653cc2cd1.tar.gz
Disable custom $MAKEFLAGS. The Makefile breaks with -j2 or higher.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 939309f8a230..f626b0eca924 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Wed Jan 13 15:43:39 UTC 2016
pkgbase = darkplaces-rm-git
pkgdesc = DarkplacesRM is a fork of the DarkPlaces engine compatible with the RocketMinsta project
- pkgver = r8985.0b519b1
+ pkgver = r9084.6089aee
pkgrel = 1
url = http://rocketminsta.net/
changelog = darkplaces-rm-git.changelog
@@ -17,6 +19,7 @@ pkgbase = darkplaces-rm-git
optdepends = libircclient: for irc support
conflicts = darkplaces_rm-git
replaces = darkplaces_rm-git
+ options = !makeflags
source = darkplaces-rm-git::git+https://github.com/nexAkari/DarkPlacesRM.git
source = darkplaces-rm-git.changelog
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d0b66f33a5e2..15ab9f61d74f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: J0k3r <moebius282 at gmail dot com>
pkgname=darkplaces-rm-git
-pkgver=r8985.0b519b1
+pkgver=r9084.6089aee
pkgrel=1
pkgdesc="DarkplacesRM is a fork of the DarkPlaces engine compatible with the RocketMinsta project"
url="http://rocketminsta.net/"
@@ -19,6 +19,7 @@ makedepends=('git' 'mesa')
changelog="${pkgname}.changelog"
conflicts=('darkplaces_rm-git')
replaces=('darkplaces_rm-git')
+options=('!makeflags')
_local_repo="${pkgname}"
_binary_basename="darkplaces-rm"
source=("${_local_repo}::git+https://github.com/nexAkari/DarkPlacesRM.git"