summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Patrick Fair2020-11-17 08:40:08 -0700
committerChristopher Patrick Fair2020-11-17 08:40:08 -0700
commita4ba847549269a0e9a3385f42ff08b6ce9c2e10a (patch)
tree9181d52e2043dfb62559f11549d7da783ff7dfbb
parente754a511a0c1e8dfe1d62c70373f05679086e7da (diff)
downloadaur-a4ba847549269a0e9a3385f42ff08b6ce9c2e10a.tar.gz
modified: .SRCINFO
modified: PKGBUILD
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ae26e49f051..142bde6a729f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = triplea
pkgdesc = An online multiplayer turn based strategy game and board game engine.
- pkgver = 2.1.20730
- pkgrel = 2
- url = http://www.triplea-game.org/
+ pkgver = 2.5.22294
+ pkgrel = 1
+ url = http://www.triplea-game.org/
install = triplea.install
arch = any
license = GPL
+ depends = gtk-update-icon-cache
depends = java-runtime
- source = https://github.com/triplea-game/triplea/releases/download/${pkgver}/triplea-${pkgver}-all_platforms.zip
- sha256sums = 0c97cce9486ed50f72e16d8b630a0e519fdb66984b1a6a45042dd724c7a83446
+ source = https://github.com/triplea-game/triplea/releases/download/2.5.22294/triplea-game-headed-2.5.22294.zip
+ sha256sums = b478da60ccf187e1bda55f23e8a139e7fa624e739a4ee173668a8d3b2a03f304
pkgname = triplea
diff --git a/PKGBUILD b/PKGBUILD
index 1c04c5349f62..4c651740576e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Christopher P. Fair
pkgname=triplea
-pkgver=2.1.20730
-pkgrel=2
+pkgver=2.5.22294
+pkgrel=1
pkgdesc='An online multiplayer turn based strategy game and board game engine.'
arch=('any')
appname="triplea-game-headed-${pkgver}"
@@ -11,10 +11,9 @@ license=('GPL')
install=${pkgname}.install
depends=('gtk-update-icon-cache' 'java-runtime')
source=( "https://github.com/triplea-game/triplea/releases/download/${pkgver}/${appname}.zip")
-sha256sums=('0c97cce9486ed50f72e16d8b630a0e519fdb66984b1a6a45042dd724c7a83446')
+sha256sums=('b478da60ccf187e1bda55f23e8a139e7fa624e739a4ee173668a8d3b2a03f304')
package() {
- echo ${source}
install -d ${pkgdir}/usr/share/${pkgname}
install -d ${pkgdir}/usr/bin
cp -rfpv ${srcdir}/* ${pkgdir}/usr/share/${pkgname}