summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Grousset/tuxayo2021-07-08 00:25:47 +0200
committerVictor Grousset/tuxayo2021-07-08 00:25:47 +0200
commitd2b8a1197e33c02e53e279d438f9361eeb2dedca (patch)
treea16dde4ef716b3ff1f1edcda6b2b7cb182ed1c0a
parent9e31d8c893518c14d42282edfc4291ba22bbbae3 (diff)
downloadaur-d2b8a1197e33c02e53e279d438f9361eeb2dedca.tar.gz
Update also package description, not only the AUR one.
-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')