summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Ramos Rehermann2022-09-30 17:58:51 -0300
committerGustavo Ramos Rehermann2022-09-30 17:58:51 -0300
commit9afd48bcddb1c36cb931029df317eafecbb9b865 (patch)
treebcc529280a8b81159d3295028f79ff8b7d6d47f0
parent83a3e7b6d897b526c0e61239fee19197c2bc8b64 (diff)
downloadaur-bspc-padman-git.tar.gz
Remove leftover template comments
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD13
2 files changed, 4 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 683233f41344..461b4d8e9e30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = bspc-padman-git
- pkgdesc = Quake 3 BSP-to-AAS compiler, WorldOfPadman version
+ pkgdesc = Quake 3 BSP-to-AAS compiler, to create bot navigation meshes. WorldOfPadman version
pkgver = 1659723467.168.6417739
pkgrel = 1
url = https://github.com/PadWorld-Entertainment/bspc
diff --git a/PKGBUILD b/PKGBUILD
index 088f781994c3..336f273da3aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,16 @@
-# This is an example PKGBUILD file. Use this as a start to creating your own,
-# and remove these comments. For more information, see 'man PKGBUILD'.
-# NOTE: Please fill out the license field for your package! If it is unknown,
-# then please put 'unknown'.
-
-# The following guidelines are specific to BZR, GIT, HG and SVN packages.
-# Other VCS sources are not natively supported by makepkg yet.
-
# Maintainer: Gustavo Ramos Rehermann <rehermann6046@gmail.com>
+
pkgname=bspc-padman-git
_srcname=bspc
pkgver=1659723467.168.6417739
pkgrel=1
-pkgdesc="Quake 3 BSP-to-AAS compiler, WorldOfPadman version"
+pkgdesc="Quake 3 BSP-to-AAS compiler, to create bot navigation meshes. WorldOfPadman version"
arch=("x86_64")
url="https://github.com/PadWorld-Entertainment/bspc"
license=('GPL')
groups=()
depends=()
-makedepends=('git' 'cmake' 'ninja') # 'bzr', 'git', 'mercurial' or 'subversion'
+makedepends=('git' 'cmake' 'ninja')
optdepends=()
provides=("bspc" "bspc-padman")
conflicts=("bspc" "bspc-padman")