diff options
author | tmpfile <tmpfile@users.noreply.github.com> | 2017-06-19 10:24:19 -0300 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-06-20 08:00:06 +0000 |
commit | 9b7d68a46d29418c825ec31f3393867f0f3d794d (patch) | |
tree | b4043aebaffa00cd3427a2e0cc0970e309cd9bcb /community | |
parent | 711e23bd51010b5757171e9183516e6127783ffc (diff) | |
download | aports-9b7d68a46d29418c825ec31f3393867f0f3d794d.tar.bz2 aports-9b7d68a46d29418c825ec31f3393867f0f3d794d.tar.xz |
community/[various]: remove trailing whitespace in pkgdesc
Diffstat (limited to 'community')
-rw-r--r-- | community/monkey/APKBUILD | 2 | ||||
-rw-r--r-- | community/pgbadger/APKBUILD | 2 | ||||
-rw-r--r-- | community/softflowd/APKBUILD | 2 | ||||
-rw-r--r-- | community/virtualbox-guest-modules-hardened/APKBUILD | 2 | ||||
-rw-r--r-- | community/x2goserver/APKBUILD | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/community/monkey/APKBUILD b/community/monkey/APKBUILD index 0b0adc6b5f..cc2621c32d 100644 --- a/community/monkey/APKBUILD +++ b/community/monkey/APKBUILD @@ -4,7 +4,7 @@ pkgname=monkey pkgver=1.6.9 pkgrel=1 -pkgdesc="Monkey is a lightweight and powerful web server " +pkgdesc="Monkey is a lightweight and powerful web server" url="http://monkey-project.com/" arch="all" license="ASL 2.0" diff --git a/community/pgbadger/APKBUILD b/community/pgbadger/APKBUILD index 4d429e3464..dabb402797 100644 --- a/community/pgbadger/APKBUILD +++ b/community/pgbadger/APKBUILD @@ -2,7 +2,7 @@ pkgname=pgbadger pkgver=9.1 pkgrel=0 -pkgdesc="A fast PostgreSQL Log Analyzer " +pkgdesc="A fast PostgreSQL Log Analyzer" url="https://github.com/dalibo/pgbadger" arch="noarch" license="Custom" diff --git a/community/softflowd/APKBUILD b/community/softflowd/APKBUILD index 020cbefe03..3721b2b4e7 100644 --- a/community/softflowd/APKBUILD +++ b/community/softflowd/APKBUILD @@ -3,7 +3,7 @@ pkgname=softflowd pkgver=0.9.9 pkgrel=0 -pkgdesc="Flow-based network traffic analyser " +pkgdesc="Flow-based network traffic analyser" url="http://www.mindrot.org/projects/softflowd/" arch="all" license="BSD" diff --git a/community/virtualbox-guest-modules-hardened/APKBUILD b/community/virtualbox-guest-modules-hardened/APKBUILD index 1e554fcafe..fac95492fd 100644 --- a/community/virtualbox-guest-modules-hardened/APKBUILD +++ b/community/virtualbox-guest-modules-hardened/APKBUILD @@ -18,7 +18,7 @@ _abi_release_virthardened=${_kver}-${_kpkgrel}-virthardened pkgname=${_name}-${_flavor} pkgver=$_kver pkgrel=$(($_kpkgrel + $_mypkgrel)) -pkgdesc="VirtualBox Additions kernel modules for $_flavor " +pkgdesc="VirtualBox Additions kernel modules for $_flavor" arch='x86 x86_64' url='http://virtualbox.org' license="GPL custom" diff --git a/community/x2goserver/APKBUILD b/community/x2goserver/APKBUILD index 312bb63a7e..9c64535003 100644 --- a/community/x2goserver/APKBUILD +++ b/community/x2goserver/APKBUILD @@ -4,7 +4,7 @@ pkgname=x2goserver pkgver=4.0.1.20 pkgrel=1 -pkgdesc=" X2Go enables you to access a graphical desktop of a computer over a low bandwidth (or high bandwidth) connection. " +pkgdesc=" X2Go enables you to access a graphical desktop of a computer over a low bandwidth (or high bandwidth) connection." url="http://x2go.org" arch="all" license="GPL2+" |