summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rwxr-xr-xPKGBUILD10
2 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 604a211b92c5..611625d8df5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ronin-engine-static-git
pkgdesc = RoninEngine (static) - The Ronin Engine Framework. For World simulation, UI intersection, Game Emulation, 2D game, etc. (dev-state, unstable, alpha-version)
pkgver = 1.0.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/badcast/ronin-engine
arch = x86_64
license = MIT
@@ -14,8 +14,11 @@ pkgbase = ronin-engine-static-git
depends = sdl2_mixer
depends = sdl2_ttf
depends = sdl2_gfx
+ depends = jsoncpp
optdepends = library-brainmap: override base AI::NavMesh
provides = libroninengine.a
+ provides = ronin-engine
+ conflicts = ronin-engine
conflicts = ronin-engine-unstable-git
replaces = ronin-engine
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index dc1b2b19ae0c..3adab147243b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@ _pkglib="roninengine"
_pkgbase="ronin-engine"
pkgname=${_pkgbase}-static-git
pkgver=1.0.0
-pkgrel=4
+pkgrel=5
url="https://github.com/badcast/${_pkgbase}"
pkgdesc="RoninEngine (static) - The Ronin Engine Framework. For World simulation, UI intersection, Game Emulation, 2D game, etc. (dev-state, unstable, alpha-version)"
arch=(x86_64)
license=('MIT')
-depends=('sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl2_gfx')
+depends=('sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf' 'sdl2_gfx' 'jsoncpp')
optdepends=('library-brainmap: override base AI::NavMesh')
makedepends=('cmake' 'gcc' 'make' 'pkgconf')
source=("git+${url}.git")
-provides=("lib${_pkglib}.a")
-replaces=("ronin-engine")
-conflicts=("${_pkgbase}-unstable-git")
+provides=("lib${_pkglib}.a" "${_pkgbase}")
+replaces=("${_pkgbase}")
+conflicts=("${_pkgbase}" "${_pkgbase}-unstable-git")
md5sums=('SKIP')
options=(staticlibs strip)