summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkyndair2021-03-28 08:37:38 +0100
committerkyndair2021-03-28 08:37:38 +0100
commitc5c3c04df61b7911ae3e0b37faa4f18647eb05d0 (patch)
tree6844a40ef9a8c5d03e61e97f7fe71dd4af913c82
parentfdacdb0d36da7a8bfde17357e9b5450569a5efc0 (diff)
downloadaur-c5c3c04df61b7911ae3e0b37faa4f18647eb05d0.tar.gz
remove hellfire build tag - game engines now unified
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6190182f1cf8..9c636a0e16b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = devilutionx-hellfire-git
pkgdesc = Diablo & Hellfire devolved. An open source replacment for the original executables.
- pkgver = 1.1.0.r1316.ge07f5aeac
+ pkgver = 1.1.0.r1366.g2362ff82f
pkgrel = 1
url = https://github.com/diasurgical/devilutionX
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index f7d48bf01725..8df585639d06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kyndair <kyndair at gmail dot com>
pkgname=devilutionx-hellfire-git
_pkgname=devilutionX
-pkgver=1.1.0.r1316.ge07f5aeac
+pkgver=1.1.0.r1366.g2362ff82f
pkgrel=1
pkgdesc="Diablo & Hellfire devolved. An open source replacment for the original executables."
arch=('i686' 'pentium4' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -27,7 +27,7 @@ pkgver() {
# compile devilutionX with Hellfire enabled
build() {
cd "${_pkgname}"/build
- cmake .. -DHELLFIRE=ON
+ cmake ..
make
}