Skip to content

Commit 8bc7485

Browse files
authored
Fix psp-cfw-sdk build and versioning
A fix was made upstream for the build issue. The versioning scheme used had to be changed and required using epoch.
1 parent 262470e commit 8bc7485

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

psp-cfw-sdk/PSPBUILD

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
pkgname=psp-cfw-sdk
2-
pkgver=20261601
2+
pkgver=20260120
33
pkgrel=1
4+
epoch=1
45
pkgdesc="Development libraries, sources and headers for PSP CFW"
56
arch=(any)
67
license=('GPL-3.0-only AND MIT')
@@ -11,7 +12,7 @@ makedepends=()
1112
conflicts=('kubridge' 'libpspexploit' 'ark-dev-sdk')
1213
provides=('kubridge' 'libpspexploit' 'ark-dev-sdk')
1314
source=(
14-
"git+https://github.com/pspdev/psp-cfw-sdk.git#commit=0ad55d6711cd87347688a83b215307079e15fa18"
15+
"git+https://github.com/pspdev/psp-cfw-sdk.git#commit=32df5bb1f7f65d3107727028d6c0ec0619099eb7"
1516
"gpl-3.0.txt"
1617
)
1718
sha256sums=(

0 commit comments

Comments
 (0)