summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanez Žemva2022-05-18 10:46:09 +0200
committerJanez Žemva2022-05-18 10:46:09 +0200
commit2fc132c008d5511f11e6e327b3c3246705c7b426 (patch)
tree841c15802c301fa903cb37a7e2a99e61f384a5aa
parent7d3c30448804cf5410dc215ff6e55ef74d8f371d (diff)
downloadaur-2fc132c008d5511f11e6e327b3c3246705c7b426.tar.gz
some fixes
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c910ded87a4f..3fc0059e2548 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dosbox-gcc
pkgdesc = djgpp cross-compiler for the dosbox environment
- pkgver = 11.3.0
- pkgrel = 6
+ pkgver = 12.1.0
+ pkgrel = 2
url = http://gcc.gnu.org
arch = i686
arch = x86_64
@@ -17,12 +17,12 @@ pkgbase = dosbox-gcc
depends = libmpc
depends = dosbox-binutils
optdepends = dosbox-djcrx: headers and utilities
- noextract = gcc-11.3.0.tar.xz
+ noextract = gcc-12.1.0.tar.xz
noextract = djcrx205.zip
options = !strip
options = staticlibs
options = !emptydirs
- source = https://ftp.gnu.org/gnu/gcc/gcc-11.3.0/gcc-11.3.0.tar.xz
+ source = https://ftp.gnu.org/gnu/gcc/gcc-12.1.0/gcc-12.1.0.tar.xz
source = ftp://www.delorie.com/pub/djgpp/current/v2/djcrx205.zip
source = https://libisl.sourceforge.io/isl-0.24.tar.xz
source = gcc-djgpp.diff
diff --git a/PKGBUILD b/PKGBUILD
index 289a2ff446df..55080bd64c58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=12.1.0
_target="i586-pc-msdosdjgpp"
_islver=0.24
_djver=2.05
-pkgrel=1
+pkgrel=2
pkgdesc="djgpp cross-compiler for the dosbox environment"
arch=('i686' 'x86_64')
url="http://gcc.gnu.org"