summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyperdriveguy2020-11-26 20:42:07 -0700
committerHyperdriveguy2020-11-26 20:42:07 -0700
commit2ad090992cc196c2e232a50b9702c35f4b4dd321 (patch)
tree710fb551586bba958aba5339535812a49ca803af
parent779b0aea2135a13dea88376469bb52e020d0650f (diff)
downloadaur-2ad090992cc196c2e232a50b9702c35f4b4dd321.tar.gz
Update to 4.5.4
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54aebaa9adc6..e8434a9d6d84 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index fdbc2a90d774..2d35b0c9668e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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
}