Skip to content

Commit cf4c795

Browse files
committed
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 cf4c795

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

psp-cfw-sdk/PSPBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname=psp-cfw-sdk
2-
pkgver=20261601
2+
pkgver=20260120
33
pkgrel=1
44
pkgdesc="Development libraries, sources and headers for PSP CFW"
55
arch=(any)
@@ -11,7 +11,7 @@ makedepends=()
1111
conflicts=('kubridge' 'libpspexploit' 'ark-dev-sdk')
1212
provides=('kubridge' 'libpspexploit' 'ark-dev-sdk')
1313
source=(
14-
"git+https://github.com/pspdev/psp-cfw-sdk.git#commit=0ad55d6711cd87347688a83b215307079e15fa18"
14+
"git+https://github.com/pspdev/psp-cfw-sdk.git#commit=32df5bb1f7f65d3107727028d6c0ec0619099eb7"
1515
"gpl-3.0.txt"
1616
)
1717
sha256sums=(

0 commit comments

Comments
 (0)