File tree 1 file changed +6
-10
lines changed
1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change 1
1
pkgname=libpspexploit
2
- pkgver=1.2
3
- pkgrel=4
2
+ pkgver=1.3
3
+ pkgrel=1
4
4
pkgdesc="LibPspExploit is a library that allows creating OFW-compatible homebrew with kernel access."
5
5
arch=('mips')
6
6
url="https://github.com/PSP-Archive/LibPspExploit/"
@@ -9,20 +9,16 @@ groups=('pspdev-default')
9
9
depends=()
10
10
makedepends=()
11
11
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')
18
14
19
15
build() {
20
- cd "${srcdir}/LibPspExploit "
16
+ cd "LibPspExploit-${pkgver} "
21
17
make --quiet $MAKEFLAGS || { exit 1; }
22
18
}
23
19
24
20
package() {
25
- cd "${srcdir}/LibPspExploit "
21
+ cd "LibPspExploit-${pkgver} "
26
22
27
23
mkdir -m 755 -p "$pkgdir/psp/lib" "$pkgdir/psp/include"
28
24
install -m 644 libpspexploit.a "$pkgdir/psp/lib/libpspexploit.a"
You can’t perform that action at this time.
0 commit comments