diff options
author | tmpfile <tmpfile@users.noreply.github.com> | 2017-06-19 10:17:38 -0300 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-06-20 08:02:04 +0000 |
commit | b4a647d6f803b29cf5f03f4ac3491aa8b3bf0c8a (patch) | |
tree | 04c944287ef72a58766e96f146c060fc8857b80d | |
parent | 9b7d68a46d29418c825ec31f3393867f0f3d794d (diff) | |
download | aports-b4a647d6f803b29cf5f03f4ac3491aa8b3bf0c8a.tar.bz2 aports-b4a647d6f803b29cf5f03f4ac3491aa8b3bf0c8a.tar.xz |
main/[various]: remove trailing whitespace in pkgdesc
-rw-r--r-- | main/patchwork/APKBUILD | 2 | ||||
-rw-r--r-- | main/perl-apache-logformat-compiler/APKBUILD | 2 | ||||
-rw-r--r-- | main/perl-email-address-list/APKBUILD | 2 | ||||
-rw-r--r-- | main/perl-test-mocktime/APKBUILD | 2 | ||||
-rw-r--r-- | main/xinit/APKBUILD | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/main/patchwork/APKBUILD b/main/patchwork/APKBUILD index 1181c50865..3b45b6004d 100644 --- a/main/patchwork/APKBUILD +++ b/main/patchwork/APKBUILD @@ -3,7 +3,7 @@ pkgname=patchwork pkgver=1.1.3 pkgrel=0 -pkgdesc="Web-based patch tracking system " +pkgdesc="Web-based patch tracking system" url="https://github.com/getpatchwork/patchwork" arch="noarch" license="GPL" diff --git a/main/perl-apache-logformat-compiler/APKBUILD b/main/perl-apache-logformat-compiler/APKBUILD index a6ef98c191..d9cf07ff10 100644 --- a/main/perl-apache-logformat-compiler/APKBUILD +++ b/main/perl-apache-logformat-compiler/APKBUILD @@ -5,7 +5,7 @@ pkgname=perl-apache-logformat-compiler _pkgreal=Apache-LogFormat-Compiler pkgver=0.32 pkgrel=0 -pkgdesc="Compile a log format string to perl-code " +pkgdesc="Compile a log format string to perl-code" url="http://search.cpan.org/dist/Apache-LogFormat-Compiler/" arch="noarch" license="GPL PerlArtistic" diff --git a/main/perl-email-address-list/APKBUILD b/main/perl-email-address-list/APKBUILD index 395cbaad22..d8a87a3b0c 100644 --- a/main/perl-email-address-list/APKBUILD +++ b/main/perl-email-address-list/APKBUILD @@ -2,7 +2,7 @@ pkgname=perl-email-address-list pkgver=0.05 pkgrel=1 -pkgdesc="RFC close address list parsing " +pkgdesc="RFC close address list parsing" url="http://search.cpan.org/dist/Email-Address-List/" arch="noarch" license="GPL+ or Artistic" diff --git a/main/perl-test-mocktime/APKBUILD b/main/perl-test-mocktime/APKBUILD index a150189c50..43620f62f8 100644 --- a/main/perl-test-mocktime/APKBUILD +++ b/main/perl-test-mocktime/APKBUILD @@ -5,7 +5,7 @@ pkgname=perl-test-mocktime _pkgreal=Test-MockTime pkgver=0.15 pkgrel=0 -pkgdesc="Replaces actual time with simulated time " +pkgdesc="Replaces actual time with simulated time" url="http://search.cpan.org/dist/Test-MockTime/" arch="noarch" license="GPL PerlArtistic" diff --git a/main/xinit/APKBUILD b/main/xinit/APKBUILD index f8789a7c21..ece5de58d6 100644 --- a/main/xinit/APKBUILD +++ b/main/xinit/APKBUILD @@ -2,7 +2,7 @@ pkgname=xinit pkgver=1.3.4 pkgrel=0 -pkgdesc="X.Org initialisation program " +pkgdesc="X.Org initialisation program" url="http://xorg.freedesktop.org/" arch="all" license="GPL" |