summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30ac046ce8b9..f297031993cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gitname=gba-pkm-save-edit
pkgname=${_gitname}-git
-pkgver=0.r182.6d57a66
+pkgver=0.r187.753ccb3
pkgrel=1
pkgdesc="A commandline application to edit save files of Pokémon-games for the GBA"
arch=('x86_64')
@@ -20,7 +20,7 @@ pkgver() {
build() {
cd "${srcdir}/${pkgname}"
- make
+ make -Orecurse
}
package() {