summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanez Žemva2022-05-02 12:59:26 +0200
committerJanez Žemva2022-05-02 12:59:26 +0200
commit6b12392abc5fd74ca0a8f461aedb9f1d10d31b72 (patch)
tree8080f15b159f0e3c58a9c6a502e4e0e5bd9cdda7
parent6b29d32783de185b86e524161e24d0378521a4b3 (diff)
downloadaur-6b12392abc5fd74ca0a8f461aedb9f1d10d31b72.tar.gz
some fixes
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b641d49a774b..8b898cf3c507 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dosbox-djcrx
pkgdesc = Headers and utilities for the djgpp dosbox cross-compiler
pkgver = 2.05
- pkgrel = 11
+ pkgrel = 12
url = http://www.delorie.com/djgpp/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 3c18b2d30006..d898431a99b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=dosbox-djcrx
pkgver=2.05
-pkgrel=11
+pkgrel=12
pkgdesc="Headers and utilities for the djgpp dosbox cross-compiler"
arch=('i686' 'x86_64')
url="http://www.delorie.com/djgpp/"
@@ -55,7 +55,7 @@ prepare() {
#sed -i '/@$(MISC) echo - / d; s/^\t@/\t/' src/makefile.inc src/libc/makefile src/utils/makefile
# optimize for pentium
- sed -i "s/O2/Ofast/" src/makefile.cfg
+ sed -i "s/O2/O3/" src/makefile.cfg
sed -i "s/march=i386/march=i586/" src/makefile.cfg
sed -i "/Werror/d" src/makefile.cfg
}