Skip to content

Commit

Permalink
Update physfs
Browse files Browse the repository at this point in the history
  • Loading branch information
isage authored and frangarcj committed May 25, 2021
1 parent 061a106 commit ec692fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions physfs/VITABUILD
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
pkgname=physfs
pkgver=3.0.2
pkgrel=1
pkgrel=2
url='https://icculus.org/physfs/'
source=(
"https://icculus.org/physfs/downloads/physfs-${pkgver}.tar.bz2"
"https://github.com/isage/physfs/raw/master/physfs-${pkgver}-vita-0.patch"
"https://github.com/isage/physfs/raw/master/physfs-${pkgver}-vita-1.patch"
)
sha256sums=(
304df76206d633df5360e738b138c94e82ccf086e50ba84f456d3f8432f9f863
Expand All @@ -13,7 +13,7 @@ sha256sums=(

prepare() {
cd "physfs-${pkgver}"
patch --strip=1 --input="${srcdir}/physfs-${pkgver}-vita-0.patch"
patch --strip=1 --input="${srcdir}/physfs-${pkgver}-vita-1.patch"
}

build() {
Expand Down

0 comments on commit ec692fb

Please sign in to comment.