Skip to content

Commit 6218768

Browse files
authored
Merge pull request #204 from diamant3/update-libpspexploit
Update libpspexploit package
2 parents 3a68971 + 140c238 commit 6218768

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

libpspexploit/PSPBUILD

+6-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgname=libpspexploit
2-
pkgver=1.2
3-
pkgrel=4
2+
pkgver=1.3
3+
pkgrel=1
44
pkgdesc="LibPspExploit is a library that allows creating OFW-compatible homebrew with kernel access."
55
arch=('mips')
66
url="https://github.com/PSP-Archive/LibPspExploit/"
@@ -9,20 +9,16 @@ groups=('pspdev-default')
99
depends=()
1010
makedepends=()
1111
optdepends=()
12-
source=(
13-
"git+https://github.com/PSP-Archive/LibPspExploit#commit=4519a2182648f90574797eb3476532b30353fa2e"
14-
)
15-
sha256sums=(
16-
'SKIP'
17-
)
12+
source=("https://github.com/PSP-Archive/LibPspExploit/archive/refs/tags/v${pkgver}.tar.gz")
13+
sha256sums=('08658aaa8572df0f5808f0dd41fd50b99b84925a486a82c67834bab53bc5b519')
1814

1915
build() {
20-
cd "${srcdir}/LibPspExploit"
16+
cd "LibPspExploit-${pkgver}"
2117
make --quiet $MAKEFLAGS || { exit 1; }
2218
}
2319

2420
package() {
25-
cd "${srcdir}/LibPspExploit"
21+
cd "LibPspExploit-${pkgver}"
2622

2723
mkdir -m 755 -p "$pkgdir/psp/lib" "$pkgdir/psp/include"
2824
install -m 644 libpspexploit.a "$pkgdir/psp/lib/libpspexploit.a"

0 commit comments

Comments
 (0)