summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHanFox2021-03-03 10:10:22 +0000
committerHanFox2021-03-03 10:10:22 +0000
commit96aec1a480bedcc938c310a71d9ae99c5e4e86e6 (patch)
tree8a05bd6dfa0c1263f8f30690e5e5641cbd965d61
parent7409fa65583c1596c471a2c7342f5effba9183ce (diff)
downloadaur-96aec1a480bedcc938c310a71d9ae99c5e4e86e6.tar.gz
0.40.3 - Fixed sha256sum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4d47ab93d2c..311448b0056c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openttd-jgrpp
pkgdesc = OpenTTD with JGR's patch pack.
pkgver = 0.40.3
- pkgrel = 1
+ pkgrel = 2
url = http://www.tt-forums.net/viewtopic.php?f=33&t=73469
arch = i686
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = openttd-jgrpp
depends = xz
depends = fluidsynth
source = https://github.com/JGRennison/OpenTTD-patches/archive/jgrpp-0.40.3.tar.gz
- sha256sums = 878592db9636eb0dbd4618b475f219bd1a75ca6f83436f78e55ab7d25b8de179
+ sha256sums = 0d8971388db1e09c49a5ee976164c886491c45ee16e699c3793e9da87c3469ae
pkgname = openttd-jgrpp
diff --git a/PKGBUILD b/PKGBUILD
index cd59a597f5f0..a18bfa8a7ba6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=openttd-jgrpp
pkgver=0.40.3
-pkgrel=1
+pkgrel=2
pkgdesc="OpenTTD with JGR's patch pack."
arch=('i686' 'x86_64')
url='http://www.tt-forums.net/viewtopic.php?f=33&t=73469'
@@ -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=('878592db9636eb0dbd4618b475f219bd1a75ca6f83436f78e55ab7d25b8de179')
+sha256sums=('0d8971388db1e09c49a5ee976164c886491c45ee16e699c3793e9da87c3469ae')
_dirname=OpenTTD-patches-jgrpp