summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhyperdriveguy2020-08-24 21:59:59 -0700
committerhyperdriveguy2020-08-24 21:59:59 -0700
commit5caf6e0bfd57f78eb986772e11e5eb389e83320c (patch)
tree874cf8048e31cf078b27193fac35069f9cd94098
parentf69e457d5d2b2fe720ca97957b5134aafb2dd14a (diff)
downloadaur-5caf6e0bfd57f78eb986772e11e5eb389e83320c.tar.gz
Update to 2.5.2
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0a92a2c7a54..ebcd1dacded0 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = polished-map-plus-plus
pkgdesc = A map and tileset editor for pokecrystal, pokered, and hacks based on them like Polished Crystal (attributes support).
- pkgver = 2.5.1
+ pkgver = 2.5.2
pkgrel = 1
url = https://github.com/Rangi42/polished-map
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 8c81508c82dd..c2978daef3e6 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Hyperdriveguy <hyperdriveguy@gmail.com>
pkgname=polished-map-plus-plus
-pkgver=2.5.1
+pkgver=2.5.2
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 096f924
+ git checkout 99bf8e8
make
}