summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92e44368a197..3b03056bd3da 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Hyperdriveguy <hyperdriveguy@gmail.com>
pkgname=polished-map-plus-plus
-pkgver=2.5.4
+pkgver=2.7.1
pkgrel=1
pkgdesc="A map and tileset editor for pokecrystal, pokered, and hacks based on them like Polished Crystal (attributes support)."
arch=('x86_64')
@@ -13,7 +13,7 @@ sha256sums=('SKIP')
build() {
cd "$pkgname"
- git checkout c6dd68a
+ git checkout 2818dc5
make
}