Update package to v1.8.0

This commit is contained in:
Relish0171 2025-06-04 01:48:22 +02:00
parent 8708a52b84
commit e08e94166c
2 changed files with 5 additions and 5 deletions

View file

@ -1,11 +1,11 @@
pkgbase = imperator-tiger-bin
pkgdesc = Checks game mod files for common mistakes and warns about them.
pkgver = 1.7.2
pkgver = 1.8.0
pkgrel = 1
url = https://github.com/amtep/ck3-tiger
arch = x86_64
license = GPL3
source = https://github.com/amtep/ck3-tiger/releases/download/v1.7.2/imperator-tiger-linux-v1.7.2.tar.gz
sha256sums = d4d496ef3f2a8a4d10ff35b91ed199670238a8edcab07c4aa85437e8f725b598
source = https://github.com/amtep/ck3-tiger/releases/download/v1.8.0/imperator-tiger-linux-v1.8.0.tar.gz
sha256sums = 94417a4474f4aa1329f89e72f68585e12dfb235964ea2b2e0af8e81ec917171d
pkgname = imperator-tiger-bin

View file

@ -1,7 +1,7 @@
# Maintainer: Relish0171 <aur.such581@aleeas.com>
_basename=imperator-tiger
pkgname=${_basename}-bin
pkgver=1.7.2
pkgver=1.8.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/ck3-tiger"
license=('GPL3')
depends=()
source=("https://github.com/amtep/ck3-tiger/releases/download/v${pkgver}/${_basename}-linux-v${pkgver}.tar.gz")
sha256sums=('d4d496ef3f2a8a4d10ff35b91ed199670238a8edcab07c4aa85437e8f725b598')
sha256sums=('94417a4474f4aa1329f89e72f68585e12dfb235964ea2b2e0af8e81ec917171d')
package() {
cd "${srcdir}/${_basename}-linux-v${pkgver}"