summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2023-03-22 08:46:29 +0100
committerErich Eckner <erich.eckner.ext@bestsecret.com>2023-03-22 08:46:29 +0100
commitd3d20e35b84d1a1f23169c231ab98430cb08982f (patch)
tree932e5d1e2572900eb7f95e264df17415cc9d495b
parentaca718e1b4ab4bdab67ff87ffef37a79aadee49d (diff)
downloadarchlinuxewe-d3d20e35b84d1a1f23169c231ab98430cb08982f.tar.xz
fpc-svn: make namcap happy
-rw-r--r--fpc-svn/PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/fpc-svn/PKGBUILD b/fpc-svn/PKGBUILD
index ddb8dfdd6..34fa623c2 100644
--- a/fpc-svn/PKGBUILD
+++ b/fpc-svn/PKGBUILD
@@ -20,7 +20,8 @@ depends=('bash' 'ncurses' 'zlib' 'expat')
# Trunk can only be built with stable version of FPC
makedepends=('fpc' 'subversion' 'fpc-src-svn')
source=()
-
+pkgdesc="The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible \
+ Pascal Compiler. It comes with fully TP 7.0 compatible run-time library."
pkgver() {
{
@@ -56,8 +57,6 @@ build() {
}
package() {
- pkgdesc="The Free Pascal Compiler is a Turbo Pascal 7.0 and Delphi compatible \
- Pascal Compiler. It comes with fully TP 7.0 compatible run-time library."
backup=('etc/fpc.cfg')
options=('staticlibs')
conflicts=('fpc')