summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHanFox2021-02-02 22:10:36 +0000
committerHanFox2021-02-02 22:10:36 +0000
commit288b50613e428c8b861229aa1813ce4079414bc1 (patch)
tree28c45e5ba9057d5776ab85c26435b45aba6a6c3d
parent9a05e6ef7a86263015f5186ca86db6453751b421 (diff)
downloadaur-288b50613e428c8b861229aa1813ce4079414bc1.tar.gz
Updated to 0.40.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5728c940a53..9c3e8b6990ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openttd-jgrpp
pkgdesc = OpenTTD with JGR's patch pack.
- pkgver = 0.39.2
+ pkgver = 0.40.0
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.39.2.tar.gz
- sha256sums = 034715dcb8ecb81ad9475c6b61a6c4f0e5ed89b083658dc6b074151c9b0db2a5
+ source = https://github.com/JGRennison/OpenTTD-patches/archive/jgrpp-0.40.0.tar.gz
+ sha256sums = f0ace09930bd2077778021a066316e72160c9ea5f863c8abcab202294f76033b
pkgname = openttd-jgrpp
diff --git a/PKGBUILD b/PKGBUILD
index ebc080117666..2355f76fb191 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.39.2
+pkgver=0.40.0
pkgrel=1
pkgdesc="OpenTTD with JGR's patch pack."
arch=('i686' 'x86_64')
@@ -12,14 +12,14 @@ 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=('034715dcb8ecb81ad9475c6b61a6c4f0e5ed89b083658dc6b074151c9b0db2a5')
+sha256sums=('f0ace09930bd2077778021a066316e72160c9ea5f863c8abcab202294f76033b')
_dirname=OpenTTD-patches-jgrpp
build() {
cmake \
-B build \
- -S ${_dirname}-${pkgver} \
+ -S ${_dirname}-${pkgver} \
-DBINARY_NAME="${pkgname}" \
-DCMAKE_INSTALL_PREFIX="/usr" \
-DCMAKE_INSTALL_DATADIR="share" \