summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrenton Horne2020-03-27 08:40:17 +1000
committerBrenton Horne2020-03-27 08:40:17 +1000
commitc337b02421cf5ca6b977d2967f1e965a83846de8 (patch)
treee8bf796f51504017451171df560b4892fc3ee763
parent21c82fbfac6f4ab5efe64fec369fa3cdeafa0d56 (diff)
downloadaur-c337b02421cf5ca6b977d2967f1e965a83846de8.tar.gz
Updating warning
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index faf969b531a7..cd96803b1654 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Thu May 17 21:40:50 UTC 2018
pkgbase = 0ad-git
pkgver = 21551
pkgrel = 1
@@ -37,13 +35,13 @@ pkgbase = 0ad-git
md5sums = SKIP
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!
+ 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!
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!
+ pkgdesc = Data package for 0ad built from source code. WARNING: the 0ad git repo is approximately 7 GB in size!
depends = 0ad-git
provides = 0ad-data
conflicts = 0ad-data
diff --git a/PKGBUILD b/PKGBUILD
index df319ad27b29..ad48dc29ca62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -47,7 +47,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!"
+ 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!"
conflicts=('0ad')
depends=('0ad-data-git')
provides=('0ad')
@@ -65,7 +65,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!"
+ pkgdesc="Data package for 0ad built from source code. WARNING: the 0ad git repo is approximately 7 GB in size!"
conflicts=('0ad-data')
depends=('0ad-git')
provides=('0ad-data')