summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9cbd4d99902..37de755e25a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -36,13 +36,13 @@ pkgbase = 0ad-git
md5sums = SKIP
pkgname = 0ad-git
- pkgdesc = Cross-platform, 3D and historically-based real-time strategy game — built from git development version tree. WARNING: you will need more than 42 GiB of disk space!
+ pkgdesc = Cross-platform, 3D and historically-based real-time strategy game — built from git development version. WARNING: you will need more than 42 GiB of disk space!
depends = 0ad-data-git
provides = 0ad
conflicts = 0ad
pkgname = 0ad-data-git
- pkgdesc = Data package for 0ad built from source code. WARNING: you will need more than 42 GiB of disk space!
+ pkgdesc = Data package for 0ad built from git development version. WARNING: you will need more than 42 GiB of disk space!
depends = 0ad-git
provides = 0ad-data
conflicts = 0ad-data
diff --git a/PKGBUILD b/PKGBUILD
index 68c729018df7..3e51539202be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -58,7 +58,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 7 GB in size!"
+ pkgdesc="Cross-platform, 3D and historically-based real-time strategy game — built from git development version."
conflicts=('0ad')
depends=('0ad-data-git')
provides=('0ad')
@@ -78,7 +78,7 @@ package_0ad-git() {
}
package_0ad-data-git() {
- pkgdesc="Data package for 0ad built from source code. WARNING: the 0ad git repo is approximately 7 GB in size!"
+ pkgdesc="Data package for 0ad built from git development version."
conflicts=('0ad-data')
depends=('0ad-git')
provides=('0ad-data')