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 3b0df3c8aeff..4dec05c4e361 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openttd-jgrpp
pkgdesc = OpenTTD with JGR's patch pack.
- pkgver = 0.33.2
+ pkgver = 0.34.0
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.33.2.tar.gz
- sha256sums = 7c7786bd9fcc8cf56c71de3cd17708a9eb30b5844407b2f804b4f4b16553bbd2
+ source = https://github.com/JGRennison/OpenTTD-patches/archive/jgrpp-0.34.0.tar.gz
+ sha256sums = cd80aa7c0386aae884279e80be405508d9d1c7a0005e8f3e64fa7ff9af6dd6c0
pkgname = openttd-jgrpp
diff --git a/PKGBUILD b/PKGBUILD
index ef944b2b5514..51bdae960cde 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.33.2
+pkgver=0.34.0
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=('7c7786bd9fcc8cf56c71de3cd17708a9eb30b5844407b2f804b4f4b16553bbd2')
+sha256sums=('cd80aa7c0386aae884279e80be405508d9d1c7a0005e8f3e64fa7ff9af6dd6c0')
_dirname=OpenTTD-patches-jgrpp