git » sdcc.git » commit 45643c9

Revert r78782: Full pkgdesc cleanup for 2339 packages

author Evangelos Foutras
2012-10-25 06:47:28 UTC
committer Evangelos Foutras
2012-10-25 06:47:28 UTC
parent 72c79c728dbcbaf4de67c1cc6e2a9efe6bc2c44f

Revert r78782: Full pkgdesc cleanup for 2339 packages

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index 7d2f471..9ba6ec1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 pkgname=sdcc
 pkgver=3.2.0
 pkgrel=2
-pkgdesc='Retargettable ANSI C compiler (Intel 8051, Maxim 80DS390, Zilog Z80 and the Motorola 68HC08)'
+pkgdesc="Retargettable ANSI C compiler (Intel 8051, Maxim 80DS390, Zilog Z80 and the Motorola 68HC08)"
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('bash' 'gcc-libs' 'boost-libs')