summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJanez Zemva2019-06-21 01:38:43 +0200
committerJanez Zemva2019-06-21 01:38:43 +0200
commit5f1331a8c17ab6a5910843cf1bf9755c15a12101 (patch)
treef560b5daa6a0bcb8777bd4f23ae6e102162a8e23
parentf218e33dabba9bccb06796a54e0519fe39b87c92 (diff)
downloadaur-5f1331a8c17ab6a5910843cf1bf9755c15a12101.tar.gz
some fixes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c093be1d6a9..196a54698975 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dosbox-gcc
pkgdesc = djgpp cross-compiler for the dosbox environment
pkgver = 9.1.0
- pkgrel = 1
+ pkgrel = 2
url = http://gcc.gnu.org
arch = i686
arch = x86_64
@@ -21,7 +21,7 @@ pkgbase = dosbox-gcc
options = staticlibs
options = !emptydirs
source = https://ftp.gnu.org/gnu/gcc/gcc-9.1.0/gcc-9.1.0.tar.xz
- source = http://www.delorie.com/pub/djgpp/current/v2/djcrx205.zip
+ source = ftp://www.delorie.com/pub/djgpp/current/v2/djcrx205.zip
source = http://isl.gforge.inria.fr/isl-0.18.tar.xz
source = https://zlib.net/zlib-1.2.11.tar.gz
source = http://www.watt-32.net/watt32s-2.2-dev.10.zip
diff --git a/PKGBUILD b/PKGBUILD
index 590d5f4070f4..fffaf1f76bb9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ _djver=2.05
_pthver=3.14
_zlver=1.2.11
_wattver="2.2-dev.10"
-pkgrel=1
+pkgrel=2
pkgdesc="djgpp cross-compiler for the dosbox environment"
arch=('i686' 'x86_64')
url="http://gcc.gnu.org"
@@ -21,7 +21,7 @@ makedepends=('unzip')
optdepends=('dosbox-djcrx: headers and utilities')
options=('!strip' 'staticlibs' '!emptydirs')
source=("https://ftp.gnu.org/gnu/gcc/gcc-${pkgver}/gcc-$pkgver.tar.xz"
- "http://www.delorie.com/pub/djgpp/current/v2/djcrx${_djver//./}.zip"
+ "ftp://www.delorie.com/pub/djgpp/current/v2/djcrx${_djver//./}.zip"
"http://isl.gforge.inria.fr/isl-${_islver}.tar.xz"
"https://zlib.net/zlib-${_zlver}.tar.gz"
"http://www.watt-32.net/watt32s-${_wattver}.zip"