summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Jacobs2019-01-25 14:14:34 -0500
committerJustin Jacobs2019-01-25 14:14:34 -0500
commitd54cee5a84df187b66fba937be71442f4d37a3a4 (patch)
tree9f2dd6ada83e6e629d80c9cd744550d1790e2d87
parentb6b3eab352bcfd3b1025aafbc2486e70e8077501 (diff)
downloadaur-d54cee5a84df187b66fba937be71442f4d37a3a4.tar.gz
Specify source/build directory for cmake
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3806e6772aab..1ed5a6617fd3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = flare-game
pkgdesc = Fantasy action RPG using the FLARE engine
pkgver = 1.09.01
- pkgrel = 1
+ pkgrel = 2
url = http://www.flarerpg.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a5e1eff84450..6b5f00034b2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=flare-game
pkgver=1.09.01
-pkgrel=1
+pkgrel=2
pkgdesc="Fantasy action RPG using the FLARE engine"
url="http://www.flarerpg.org/"
license=('CCPL:cc-by-sa')
@@ -15,7 +15,7 @@ sha1sums=('a369c2e7e6950ea2e241fd69f21ca47836667ed5')
build() {
cd "$srcdir/$pkgname-$pkgver"
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DDATADIR=share/flare
+ cmake . -DCMAKE_INSTALL_PREFIX=/usr -DDATADIR=share/flare
make
}