summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5f2fb6b255f..d484c2409274 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openttd-jgrpp
pkgdesc = OpenTTD with JGR's patch pack.
- pkgver = 0.32.1
+ pkgver = 0.32.2
pkgrel = 1
url = http://www.tt-forums.net/viewtopic.php?f=33&t=73469
arch = i686
@@ -15,8 +15,8 @@ pkgbase = openttd-jgrpp
depends = desktop-file-utils
depends = tar
depends = fluidsynth
- source = https://github.com/JGRennison/OpenTTD-patches/archive/jgrpp-0.32.1.tar.gz
- sha256sums = b91a304e8de5432811499004a764e0f41a4627d03fefa4e1d68dfb988418f543
+ source = https://github.com/JGRennison/OpenTTD-patches/archive/jgrpp-0.32.2.tar.gz
+ sha256sums = 4f86a0283a2d7ed67d242d748fcdc2ed954ac814f9cfdbeac39b4521a5d22668
pkgname = openttd-jgrpp
diff --git a/PKGBUILD b/PKGBUILD
index f306c9715660..df56b67d87d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Based on the 'community/openttd' PKGBUILD by: Vesa Kaihlavirta <vegai@iki.fi>
pkgname=openttd-jgrpp
-pkgver=0.32.1
+pkgver=0.32.2
pkgrel=1
pkgdesc="OpenTTD with JGR's patch pack."
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url='http://www.tt-forums.net/viewtopic.php?f=33&t=73469'
license=('GPL')
depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo' 'hicolor-icon-theme' 'desktop-file-utils' 'tar' 'fluidsynth')
source=("https://github.com/JGRennison/OpenTTD-patches/archive/jgrpp-${pkgver}.tar.gz")
-sha256sums=('b91a304e8de5432811499004a764e0f41a4627d03fefa4e1d68dfb988418f543')
+sha256sums=('4f86a0283a2d7ed67d242d748fcdc2ed954ac814f9cfdbeac39b4521a5d22668')
_dirname=OpenTTD-patches-jgrpp