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 4264a0d0c1eb..e064f295efdb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openblack-git
pkgdesc = Open source reimplementation of the game Black & White (2001).
- pkgver = r1783.752b9488
+ pkgver = r1784.c900d8ea
pkgrel = 1
url = https://github.com/openblack/openblack
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = openblack-git
makedepends = bgfx-cmake-git
makedepends = cxxopts
makedepends = stb
+ makedepends = dr_libs-git
depends = fmt
depends = spdlog
depends = entt
diff --git a/PKGBUILD b/PKGBUILD
index b2f0672a54df..3920428dd094 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Sandy Carter <bwrsandman+aur@gmail.com>
pkgname=openblack-git
-pkgver=r1783.752b9488
+pkgver=r1784.c900d8ea
pkgrel=1
pkgdesc="Open source reimplementation of the game Black & White (2001)."
arch=('x86_64')
url="https://github.com/openblack/openblack"
license=('GPL3' 'MIT')
depends=('fmt' 'spdlog' 'entt' 'sdl2' 'glm' 'bgfx' 'bullet' 'minizip' 'imgui' 'openal')
-makedepends=('git' 'cmake' 'bgfx-cmake-git' 'cxxopts' 'stb')
+makedepends=('git' 'cmake' 'bgfx-cmake-git' 'cxxopts' 'stb' 'dr_libs-git')
conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")