summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44ad1e2a80c7..03752bb51ae8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ps3toolchain
pkgdesc = Meta package for tools used in the creation of homebrew software for the Sony PlayStation 3 videogame system.
pkgver = 20230409
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ps3dev/ps3toolchain
arch = any
license = MIT
@@ -11,7 +11,6 @@ pkgbase = ps3toolchain
depends = ps3-spu-binutils>=2.22
depends = ps3-spu-gcc>=9.5.0
depends = ps3-psl1ght=20230214
- depends = ps3-zlib>=1.2.13
- optdepends = env-modules
+ optdepends = ps3libraries
pkgname = ps3toolchain
diff --git a/PKGBUILD b/PKGBUILD
index b5bebaebadba..eb313cd46911 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ps3toolchain
pkgver=20230409
-pkgrel=1
+pkgrel=2
pkgdesc='Meta package for tools used in the creation of homebrew software for the Sony PlayStation 3 videogame system.'
url='https://github.com/ps3dev/ps3toolchain'
arch=('any')
@@ -17,7 +17,5 @@ depends=(
'ps3-spu-gcc>=9.5.0'
# Runtime
'ps3-psl1ght=20230214'
- # Libs
- 'ps3-zlib>=1.2.13'
)
-optdepends=(env-modules)
+optdepends=(ps3libraries)