mirror of
https://github.com/archlinux/aur.git
synced 2026-02-14 20:51:54 +01:00
Update package to v1.8.0
This commit is contained in:
parent
8708a52b84
commit
e08e94166c
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue