summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhyperdriveguy2020-08-24 21:58:39 -0700
committerhyperdriveguy2020-08-24 21:58:39 -0700
commit779b0aea2135a13dea88376469bb52e020d0650f (patch)
tree1f58186d89b9cb928051dc7434ba25e8d0fb6c48
parent029917778bca0f615c1f5a1684647d468a5ca63d (diff)
downloadaur-779b0aea2135a13dea88376469bb52e020d0650f.tar.gz
Update to 4.5.2
-rwxr-xr-x.SRCINFO2
-rwxr-xr-xPKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc2584f4ffbd..54aebaa9adc6 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.1
+ pkgver = 4.5.2
pkgrel = 1
url = https://github.com/Rangi42/polished-map
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 07d20b95ade1..fdbc2a90d774 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Hyperdriveguy <hyperdriveguy@gmail.com>
pkgname=polished-map
-pkgver=4.5.1
+pkgver=4.5.2
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 2fb2b0b
+ git checkout cc796d0
make
}