diff options
author | Tim Schumacher | 2021-02-15 02:47:50 +0100 |
---|---|---|
committer | Tim Schumacher | 2021-02-15 02:47:50 +0100 |
commit | e1de803b1d50787e4ceb39098bf48742853d7227 (patch) | |
tree | 4bb9e7eba6749c0a559473b548bd8e05d07c0535 /PKGBUILD | |
parent | 042d32038a6e66438acb057925e66054014b5084 (diff) | |
download | aur-e1de803b1d50787e4ceb39098bf48742853d7227.tar.gz |
Update to 3.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,8 +1,8 @@ # Maintainer: Tim Schumacher <timschumi@gmx.de> # Contributor: David Vilar <davvil@gmail.com> pkgname=vassal -pkgver=3.5.0 -pkgrel=2 +pkgver=3.5.1 +pkgrel=1 pkgdesc="Game engine for building and playing online adaptations of board games and card games." arch=('i686' 'x86_64') url="http://www.vassalengine.org/" @@ -11,7 +11,7 @@ depends=('java-runtime>=11') source=(https://github.com/vassalengine/vassal/releases/download/${pkgver}/VASSAL-${pkgver}-linux.tar.bz2 VASSAL-256x256.png) noextract=() -md5sums=('b046c87101e656ca0b6bb04aa4982a25' +md5sums=('bc477759d1b82af7ce8fa23853fcfa03' '4a4ec11bdbd7dbbf56e6f1d533f69a7e') build() { true |