Skip to content

Commit

Permalink
Use any as arch for stb package
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkwouter authored Jul 15, 2024
1 parent e4e3a50 commit 9f53595
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stb/PSPBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pkgname=stb
pkgver=20240714git
pkgrel=1
pkgdesc="a collection of single-file public domain libraries for C/C++"
arch=('mips')
arch=('any')
url="https://github.com/nothings/stb"
license=('Public-Domain or MIT')
groups=('pspdev-default')
Expand All @@ -20,4 +20,3 @@ package() {
mkdir -m 755 -p "$pkgdir/psp/share/licenses/$pkgname"
install -m 644 LICENSE "$pkgdir/psp/share/licenses/$pkgname"
}

0 comments on commit 9f53595

Please sign in to comment.