author | Sergej Pupykin
<spupykin@archlinux.org> 2013-11-02 08:58:01 UTC |
committer | Sergej Pupykin
<spupykin@archlinux.org> 2013-11-02 08:58:01 UTC |
parent | 943a3d38aae980394c0e4902c7f6b69659b10fc3 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index fbb80cf..a004c04 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgname=sdcc pkgver=3.3.0 -pkgrel=2 +pkgrel=3 pkgdesc="Retargettable ANSI C compiler (Intel 8051, Maxim 80DS390, Zilog Z80 and the Motorola 68HC08)" arch=('i686' 'x86_64') license=('GPL') @@ -11,7 +11,7 @@ depends=('bash' 'gcc-libs' 'boost-libs') makedepends=('gputils' 'flex' 'bison' 'patch' 'boost') optdepends=('python') url="http://sdcc.sourceforge.net/" -options=(!strip) +options=(!strip staticlibs) source=(http://downloads.sourceforge.net/sourceforge/sdcc/$pkgname-src-$pkgver.tar.bz2) md5sums=('c7c6aa75415580795ecc4fd31948e5ba')