summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66a38945eff1..3aad8816568f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = ps2-toolchain
pkgdesc = Compiler and other tools used in the creation of homebrew software for the Sony PlayStation® 2 videogame system.
pkgver = v1.0
pkgrel = 1
- url = https://github.com/ps2dev/ps2toolchain-iop
+ url = https://github.com/ps2dev/ps2toolchain
arch = x86_64
license = BSD
depends = ps2-dvp
diff --git a/PKGBUILD b/PKGBUILD
index bb29bbf622f2..69983727edc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,6 @@
# Maintainer: Pellegrino Prevete <pellegrinoprevete@gmail.com>
# shellcheck disable=SC2034
-_module="iop"
_platform="ps2"
_target="mipsel-${_platform}"
_base="toolchain"
@@ -15,7 +14,7 @@ arch=('x86_64')
license=('BSD')
_github="https://github.com/ps2dev"
_local="ssh://git@127.0.0.1:/home/git"
-url="${_github}/${_platform}${_base}-${_module}"
+url="${_github}/${_platform}${_base}"
depends=("${_platform}-"{"dvp","iop","ee"})
optdepends=()