summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b599b7a57ff..0a2032d6966d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Dec 1 14:48:57 UTC 2017
+# Fri Dec 1 15:40:32 UTC 2017
pkgbase = 0ad-git
pkgver = 20244
pkgrel = 1
@@ -38,11 +38,13 @@ pkgbase = 0ad-git
pkgname = 0ad-git
pkgdesc = Cross-platform, 3D and historically-based real-time strategy game — built from git source tree. WARNING: the 0ad git repo is approximately 3 GB in size!
+ depends = 0ad-data-git
provides = 0ad
conflicts = 0ad
pkgname = 0ad-data-git
pkgdesc = Data package for 0ad built from source code. WARNING: the 0ad git repo is approximately 3 GB in size!
+ depends = 0ad-git
provides = 0ad-data
conflicts = 0ad-data
diff --git a/PKGBUILD b/PKGBUILD
index 5f740766fe38..1cad18423f3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -48,6 +48,7 @@ build() {
package_0ad-git() {
pkgdesc="Cross-platform, 3D and historically-based real-time strategy game — built from git source tree. WARNING: the 0ad git repo is approximately 3 GB in size!"
conflicts=('0ad')
+ depends=('0ad-data-git')
provides=('0ad')
install -d "${pkgdir}"/usr/{bin,lib/${_pkgname}}
@@ -65,6 +66,7 @@ package_0ad-git() {
package_0ad-data-git() {
pkgdesc="Data package for 0ad built from source code. WARNING: the 0ad git repo is approximately 3 GB in size!"
conflicts=('0ad-data')
+ depends=('0ad-git')
provides=('0ad-data')
mkdir -p ${pkgdir}/usr/share/${_pkgname}-git