git » sdcc.git » commit 4dea994

upd

author Sergej Pupykin
2016-06-16 11:56:17 UTC
committer Sergej Pupykin
2016-06-16 11:56:17 UTC
parent 8849ace45d9213819126cf269f7dafd339f26448

upd

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index ab4bd20..bd1a873 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
 # Maintainer: Jose Negron <josenj.arch@mailnull.net>
 
 pkgname=sdcc
-pkgver=3.5.0
-pkgrel=2
+pkgver=3.6.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=('e0a1df72747c481cdedbbd328b0fceae'
+md5sums=('4c4cf17d8d2b2d37af66c5b7511f62d8'
          'de3be2a60baaafbdbfe5efaaacbb3028')
 
 prepare() {