diff options
-rwxr-xr-x | .SRCINFO | 2 | ||||
-rwxr-xr-x | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ pkgbase = polished-map pkgdesc = A map and tileset editor for pokecrystal, pokered, and hacks based on them like Polished Crystal. - pkgver = 4.5.2 + pkgver = 4.5.4 pkgrel = 1 url = https://github.com/Rangi42/polished-map arch = x86_64 @@ -1,6 +1,6 @@ # Maintainer: Hyperdriveguy <hyperdriveguy@gmail.com> pkgname=polished-map -pkgver=4.5.2 +pkgver=4.5.4 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 cc796d0 + git checkout b63f7c7 make } |