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 2d35b0c9668e..827c8a95cc29 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Hyperdriveguy <hyperdriveguy@gmail.com>
pkgname=polished-map
-pkgver=4.5.4
+pkgver=4.7.1
pkgrel=1
pkgdesc="A map and tileset editor for pokecrystal, pokered, and hacks based on them like Polished Crystal."
arch=('x86_64')
@@ -13,7 +13,7 @@ sha256sums=('SKIP')
build() {
cd "$pkgname"
- git checkout b63f7c7
+ git checkout 0d8ec22
make
}