Skip to content

Commit

Permalink
Merge pull request #164 from tpimh/pspla
Browse files Browse the repository at this point in the history
pspla version bump
  • Loading branch information
sharkwouter authored Jun 10, 2024
2 parents d7c8447 + f57b7f6 commit d84c7b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pspla/PSPBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname=pspla
pkgver=2.0.0
pkgver=2.2.0
pkgrel=1
pkgdesc="A VFPU accelerated linear algebra & quaternion library for PSP"
arch=('mips')
Expand All @@ -9,7 +9,7 @@ depends=()
makedepends=()
optdepends=()
source=("https://github.com/Jayanky/pspla/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('ce4fa8ef6b810b5e1e801ae10ab67cee4291d1d3ab95233bcac0a915218ace7b')
sha256sums=('18fead55f52bfed75be1cf41ab697b0282edfabdb4910c33ec9602ab01a629d0')

build() {
cd "${pkgname}-${pkgver}"
Expand All @@ -19,7 +19,7 @@ build() {
package() {
cd "${pkgname}-${pkgver}"
mkdir -m 755 -p "$pkgdir/psp/lib"
install -m 644 libpspla.a "$pkgdir/psp/lib"
install -m 644 libpspla2.a "$pkgdir/psp/lib"
mkdir -m 755 -p "$pkgdir/psp/include"
cp -R pspla2.h "$pkgdir/psp/include"

Expand Down

0 comments on commit d84c7b6

Please sign in to comment.