Update package to v1.15.0

This commit is contained in:
Relish0171 2026-02-06 21:10:11 +01:00
parent e79c94ca7a
commit 4c4b394a82
2 changed files with 5 additions and 5 deletions

View file

@ -1,11 +1,11 @@
pkgbase = vic3-tiger-bin
pkgdesc = Checks game mod files for common mistakes and warns about them.
pkgver = 1.14.0
pkgver = 1.15.0
pkgrel = 1
url = https://github.com/amtep/tiger
arch = x86_64
license = GPL3
source = https://github.com/amtep/tiger/releases/download/v1.14.0/vic3-tiger-linux-v1.14.0.tar.gz
sha256sums = f1a67f6a792dff5506f1d65880df02b10c842743ef982786ee9d23031f49b571
source = https://github.com/amtep/tiger/releases/download/v1.15.0/vic3-tiger-linux-v1.15.0.tar.gz
sha256sums = 70c9bf4c280a553220f5de25f51f2683e012f3a1d971911b72fc92e3d2fab393
pkgname = vic3-tiger-bin

View file

@ -1,7 +1,7 @@
# Maintainer: Relish0171 <aur.such581@aleeas.com>
_basename=vic3-tiger
pkgname=${_basename}-bin
pkgver=1.14.0
pkgver=1.15.0
pkgrel=1
pkgdesc="Checks game mod files for common mistakes and warns about them."
arch=('x86_64')
@ -9,7 +9,7 @@ url="https://github.com/amtep/tiger"
license=('GPL3')
depends=()
source=("https://github.com/amtep/tiger/releases/download/v${pkgver}/${_basename}-linux-v${pkgver}.tar.gz")
sha256sums=('f1a67f6a792dff5506f1d65880df02b10c842743ef982786ee9d23031f49b571')
sha256sums=('70c9bf4c280a553220f5de25f51f2683e012f3a1d971911b72fc92e3d2fab393')
package() {
cd "${srcdir}/${_basename}-linux-v${pkgver}"