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 d7d2932d223b..5bfc89f82eb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openttd-jgrpp
pkgdesc = Engine for running Transport Tycoon Deluxe with JGR's patch pack
- pkgver = 0.45.0
+ pkgver = 0.45.1
pkgrel = 1
url = http://www.tt-forums.net/viewtopic.php?f=33&t=73469
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = openttd-jgrpp
depends = freetype2
depends = hicolor-icon-theme
depends = lzo
- source = https://github.com/JGRennison/OpenTTD-patches/archive/jgrpp-0.45.0.tar.gz
- sha256sums = 397be4b6d4e5aea513b3671dfffc82908f971cd5423ed137f8964ecd66be306f
+ source = https://github.com/JGRennison/OpenTTD-patches/archive/jgrpp-0.45.1.tar.gz
+ sha256sums = 2dc9da452365571e7880eee384ec2bbb39072cd92155981d64b5292485fba67f
pkgname = openttd-jgrpp
diff --git a/PKGBUILD b/PKGBUILD
index 4319ff0d1e40..9fb28dcd8f68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Based on the 'community/openttd' PKGBUILD by Vesa Kaihlavirta <vegai@iki.fi>, Alexander F. Rødseth <xyproto@archlinux.org>, and Laurent Carlier <lordheavym@gmail.com>
pkgname=openttd-jgrpp
-pkgver=0.45.0
+pkgver=0.45.1
pkgrel=1
pkgdesc="Engine for running Transport Tycoon Deluxe with JGR's patch pack"
arch=(x86_64)
@@ -11,7 +11,7 @@ license=(GPL)
makedepends=(cmake)
depends=(fluidsynth fontconfig freetype2 hicolor-icon-theme lzo)
source=("https://github.com/JGRennison/OpenTTD-patches/archive/jgrpp-$pkgver.tar.gz")
-sha256sums=('397be4b6d4e5aea513b3671dfffc82908f971cd5423ed137f8964ecd66be306f')
+sha256sums=('2dc9da452365571e7880eee384ec2bbb39072cd92155981d64b5292485fba67f')
_dirname=OpenTTD-patches-jgrpp