[arch-commits] Commit in sdcc/trunk (PKGBUILD)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Mon May 19 10:48:03 UTC 2014
Date: Monday, May 19, 2014 @ 12:48:03
Author: spupykin
Revision: 111500
upgpkg: sdcc 3.4.0-2
upd
Modified:
sdcc/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-05-19 10:47:41 UTC (rev 111499)
+++ PKGBUILD 2014-05-19 10:48:03 UTC (rev 111500)
@@ -4,7 +4,7 @@
pkgname=sdcc
pkgver=3.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="Retargettable ANSI C compiler (Intel 8051, Maxim 80DS390, Zilog Z80 and the Motorola 68HC08)"
arch=('i686' 'x86_64')
license=('GPL')
@@ -26,7 +26,8 @@
./configure \
--prefix=/usr \
--includedir=/usr/include/sdcc \
- --libdir=/usr/lib/sdcc
+ --libdir=/usr/lib/sdcc \
+ --disable-werror
make
}
More information about the arch-commits
mailing list