summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2022-02-10 21:29:51 +0100
committerFabioLolix2022-02-10 21:29:51 +0100
commit35d65da7a43d316b1e3d3ae2a5c9232c907fbb97 (patch)
tree3dddeea66054b6e0d2da0ef5d3b7de7a14355fbc
parent71c4a6717f43750b1f6dc883770ed13281b8bcb3 (diff)
downloadaur-35d65da7a43d316b1e3d3ae2a5c9232c907fbb97.tar.gz
use https url
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89660cbe12cd..efd4fd7c75f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = flare-game-git
pkgdesc = Fantasy action RPG using the FLARE engine - Git version
- pkgver = 1.13.r0.ga83ccae6
+ pkgver = 1.13.04.r0.gdea65558
pkgrel = 1
- url = http://www.flarerpg.org/
+ url = https://www.flarerpg.org/
arch = any
license = CCPL:cc-by-sa-3.0
makedepends = git
@@ -10,6 +10,7 @@ pkgbase = flare-game-git
depends = flare-engine-git
provides = flare-game
conflicts = flare-game
+ options = !strip
source = git+https://github.com/flareteam/flare-game
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 277ea383e8c2..5eb5004cdcac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org>
pkgname=flare-game-git
-pkgver=1.13.r0.ga83ccae6
+pkgver=1.13.04.r0.gdea65558
pkgrel=1
pkgdesc="Fantasy action RPG using the FLARE engine - Git version"
-url="http://www.flarerpg.org/"
+url="https://www.flarerpg.org/"
license=('CCPL:cc-by-sa-3.0')
arch=(any)
makedepends=(git cmake)
@@ -14,6 +14,7 @@ provides=(flare-game)
conflicts=(flare-game)
source=("git+https://github.com/flareteam/flare-game")
sha256sums=('SKIP')
+options=(!strip)
pkgver() {
cd "$srcdir/flare-game"