summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO3
-rwxr-xr-xPKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8cc05439fb4..aa75241fb7f0 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.4
+ pkgver = 2.7.1
pkgrel = 1
url = https://github.com/Rangi42/polished-map
arch = x86_64
@@ -13,4 +13,3 @@ pkgbase = polished-map-plus-plus
sha256sums = SKIP
pkgname = polished-map-plus-plus
-
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
}