git » sdcc.git » commit a93db77

upd

author Sergej Pupykin
2015-06-26 13:25:07 UTC
committer Sergej Pupykin
2015-06-26 13:25:07 UTC
parent 6864e4a042bc96ff31a59227527b33317fa3607f

upd

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 90b0e64..8bab9db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
 # Maintainer: Jose Negron <josenj.arch@mailnull.net>
 
 pkgname=sdcc
-pkgver=3.4.0
-pkgrel=2
+pkgver=3.5.0
+pkgrel=1
 pkgdesc="Retargettable ANSI C compiler (Intel 8051, Maxim 80DS390, Zilog Z80 and the Motorola 68HC08)"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -14,7 +14,7 @@ url="http://sdcc.sourceforge.net/"
 options=(!strip  staticlibs)
 source=(http://downloads.sourceforge.net/sourceforge/sdcc/$pkgname-src-$pkgver.tar.bz2
         glibc220-build-fix.patch)
-md5sums=('92db2ea2526f6cef412547bb1e759a48'
+md5sums=('e0a1df72747c481cdedbbd328b0fceae'
          'de3be2a60baaafbdbfe5efaaacbb3028')
 
 prepare() {