mirror of
https://github.com/archlinux/aur.git
synced 2026-02-14 20:51:54 +01:00
Update package to v1.9.1
This commit is contained in:
parent
659cb3c930
commit
96fc4eddf9
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,11 +1,11 @@
|
|||
pkgbase = imperator-tiger-bin
|
||||
pkgdesc = Checks game mod files for common mistakes and warns about them.
|
||||
pkgver = 1.9.0
|
||||
pkgver = 1.9.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/amtep/ck3-tiger
|
||||
url = https://github.com/amtep/tiger
|
||||
arch = x86_64
|
||||
license = GPL3
|
||||
source = https://github.com/amtep/ck3-tiger/releases/download/v1.9.0/imperator-tiger-linux-v1.9.0.tar.gz
|
||||
sha256sums = dda2ce4704627b0003653b68537256bfd6f130fecdfae8b33ba0fb450a1dd878
|
||||
source = https://github.com/amtep/tiger/releases/download/v1.9.1/imperator-tiger-linux-v1.9.1.tar.gz
|
||||
sha256sums = 80d62ce95fbfe7548608fb1b93a24920f7aa073cd962c92a9031d42d4b3a04e4
|
||||
|
||||
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.9.0
|
||||
pkgver=1.9.1
|
||||
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=('dda2ce4704627b0003653b68537256bfd6f130fecdfae8b33ba0fb450a1dd878')
|
||||
sha256sums=('80d62ce95fbfe7548608fb1b93a24920f7aa073cd962c92a9031d42d4b3a04e4')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${_basename}-linux-v${pkgver}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue