summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 684664365cb1..f504b4f535b0 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.2.0.r85.geeccf6b5d
+ pkgver = 1.2.1.r742.g635f76081
pkgrel = 1
url = https://github.com/diasurgical/devilutionX
arch = i686
@@ -11,6 +11,7 @@ pkgbase = devilutionx-hellfire-git
arch = aarch64
license = custom
makedepends = cmake
+ depends = fmt
depends = sdl2_ttf
depends = sdl2_mixer
depends = libsodium
diff --git a/PKGBUILD b/PKGBUILD
index 31eff94cf872..728028a23882 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: kyndair <kyndair at gmail dot com>
pkgname=devilutionx-hellfire-git
_pkgname=devilutionX
-pkgver=1.2.0.r85.geeccf6b5d
+pkgver=1.2.1.r742.g635f76081
pkgrel=1
pkgdesc="Diablo & Hellfire devolved. An open source replacment for the original executables."
arch=('i686' 'pentium4' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/diasurgical/devilutionX"
license=('custom')
-depends=('sdl2_ttf' 'sdl2_mixer' 'libsodium' 'hellfire-data')
+depends=('fmt' 'sdl2_ttf' 'sdl2_mixer' 'libsodium' 'hellfire-data')
makedepends=('cmake')
provides=('devilutionx')
conflicts=('devilutionx' 'devilutionx-git' 'devilutionx-hellfire')