summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2021-08-22 15:40:08 +0200
committerFabioLolix2021-08-22 15:40:08 +0200
commit9907a42d974f2c5280400caf2001ea547b6f4ef7 (patch)
tree3b0d60c25c8c2d5ebe7220271740e02a8c024787
parent68100e2f4a6038c7cc8069bb25ef717050166554 (diff)
downloadaur-9907a42d974f2c5280400caf2001ea547b6f4ef7.tar.gz
revision
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e3ec74723f6..071a5f609dc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = flare-game-git
pkgdesc = Fantasy action RPG using the FLARE engine - Git version
- pkgver = 1.12
+ pkgver = 1.12.r0.gf1cca19b
pkgrel = 1
url = http://www.flarerpg.org/
- arch = i686
- arch = x86_64
+ arch = any
license = CCPL:cc-by-sa-3.0
makedepends = git
makedepends = cmake
@@ -12,7 +11,6 @@ pkgbase = flare-game-git
provides = flare-game
conflicts = flare-game
source = git+https://github.com/flareteam/flare-game
- sha1sums = SKIP
+ sha256sums = SKIP
pkgname = flare-game-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 2f26c3017333..39714e9ffcfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: dorkster <jajdorkster@gmail.com>
-# Maintainer: Fabio Loli <lolix@disroot.org>
+# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org>
pkgname=flare-game-git
-pkgver=1.12
+pkgver=1.12.r0.gf1cca19b
pkgrel=1
pkgdesc="Fantasy action RPG using the FLARE engine - Git version"
url="http://www.flarerpg.org/"
license=('CCPL:cc-by-sa-3.0')
-arch=(i686 x86_64)
+arch=(any)
makedepends=(git cmake)
depends=(flare-engine-git)
provides=(flare-game)
conflicts=(flare-game)
source=("git+https://github.com/flareteam/flare-game")
-sha1sums=('SKIP')
+sha256sums=('SKIP')
pkgver() {
cd "$srcdir/flare-game"