summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2020-07-16 12:24:22 +0800
committerlilac2020-07-16 12:24:22 +0800
commite2ec5e5d1df9f31eb5c093acc73ed21491e84ac8 (patch)
tree0d4a1fce8149b27c65e6d003a83e9dc761c6489f
parent02589d6e88bb802ab0043a8766ac9d62e54d748c (diff)
downloadaur-e2ec5e5d1df9f31eb5c093acc73ed21491e84ac8.tar.gz
[lilac] updated to 11255.e54af4464-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1cfc77f4f36..0c19ea7b3d89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dosbox-x-git
pkgdesc = x86 emulator with builtin DOS, with patches with more features
- pkgver = 10245.797433c26
- pkgrel = 1
+ pkgver = 11255.e54af4464
+ pkgrel = 2
url = http://dosbox.sourceforge.net
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 344ecb6ceb54..4195848fe277 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Mantainer: Franco Tortoriello
pkgname=dosbox-x-git
-pkgver=10245.797433c26
-pkgrel=1
+pkgver=11255.e54af4464
+pkgrel=2
pkgdesc="x86 emulator with builtin DOS, with patches with more features"
arch=(i686 x86_64)
url="http://dosbox.sourceforge.net"
@@ -21,8 +21,9 @@ pkgver() {
build() {
cd "$srcdir/dosbox-x"
- sed -i 's/enable-debug=heavy/disable-debug/g' build-debug
- ./build-debug
+ export LDFLAGS="${LDFLAGS//,--as-needed}"
+ sed -i -e 's/-j3/-j$(nproc)/g' build
+ ./build
}
package() {