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 6fdbed76b1e2..a8b705b1b2b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openttd-jgrpp
pkgdesc = OpenTTD with JGR's patch pack.
- pkgver = 0.38.0
+ pkgver = 0.38.1
pkgrel = 1
url = http://www.tt-forums.net/viewtopic.php?f=33&t=73469
arch = i686
@@ -17,8 +17,8 @@ pkgbase = openttd-jgrpp
depends = desktop-file-utils
depends = xz
depends = fluidsynth
- source = https://github.com/JGRennison/OpenTTD-patches/archive/jgrpp-0.38.0.tar.gz
- sha256sums = 53b4310a39073b33e4e256b66497bad72da9243ee4b0bdf4df3fd10d57246d67
+ source = https://github.com/JGRennison/OpenTTD-patches/archive/jgrpp-0.38.1.tar.gz
+ sha256sums = 126b9eca881d33982e078d3e2d55a852fc8c43b95dfcb3817f312cbeb10d16c6
pkgname = openttd-jgrpp
diff --git a/PKGBUILD b/PKGBUILD
index c10f21c0452c..d3cf9276e50a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Based on the 'aur/openttd-git' PKGBUILD by McModder <mcmodder@mcmodder.ru>
pkgname=openttd-jgrpp
-pkgver=0.38.0
+pkgver=0.38.1
pkgrel=1
pkgdesc="OpenTTD with JGR's patch pack."
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GPL')
makedepends=('tar' 'cmake')
depends=('libpng' 'sdl2' 'icu' 'fontconfig' 'lzo' 'hicolor-icon-theme' 'desktop-file-utils' 'xz' 'fluidsynth')
source=("https://github.com/JGRennison/OpenTTD-patches/archive/jgrpp-${pkgver}.tar.gz")
-sha256sums=('53b4310a39073b33e4e256b66497bad72da9243ee4b0bdf4df3fd10d57246d67')
+sha256sums=('126b9eca881d33982e078d3e2d55a852fc8c43b95dfcb3817f312cbeb10d16c6')
_dirname=OpenTTD-patches-jgrpp