summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyperdriveguy2020-11-26 20:43:55 -0700
committerHyperdriveguy2020-11-26 20:43:55 -0700
commit839a7ea24d3e448d4c1cba5cc924154c10766ef8 (patch)
treeeb4e546fdf4157a3101d3c62529bd51a33533868
parent5caf6e0bfd57f78eb986772e11e5eb389e83320c (diff)
downloadaur-839a7ea24d3e448d4c1cba5cc924154c10766ef8.tar.gz
Update to 2.5.4
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebcd1dacded0..c8cc05439fb4 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.2
+ pkgver = 2.5.4
pkgrel = 1
url = https://github.com/Rangi42/polished-map
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c2978daef3e6..92e44368a197 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Hyperdriveguy <hyperdriveguy@gmail.com>
pkgname=polished-map-plus-plus
-pkgver=2.5.2
+pkgver=2.5.4
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 99bf8e8
+ git checkout c6dd68a
make
}