[arch-commits] Commit in avr-libc/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Wed Aug 20 20:03:20 UTC 2014


    Date: Wednesday, August 20, 2014 @ 22:03:19
  Author: anatolik
Revision: 117674

upgpkg: avr-libc 1.8.1-1

Modified:
  avr-libc/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-20 20:02:33 UTC (rev 117673)
+++ PKGBUILD	2014-08-20 20:03:19 UTC (rev 117674)
@@ -5,8 +5,8 @@
 # Build order: avr-binutils -> avr-gcc -> avr-libc
 
 pkgname=avr-libc
-pkgver=1.8.0
-pkgrel=5
+pkgver=1.8.1
+pkgrel=1
 pkgdesc="The C runtime library for the AVR family of microcontrollers"
 arch=('any')
 url="http://savannah.nongnu.org/projects/avr-libc/"
@@ -14,8 +14,8 @@
 depends=('avr-gcc')
 options=('staticlibs' '!strip')
 source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('54c71798f24c96bab206be098062344f'
-         '4dfc58651096f56f49fb07961ea15eee')
+md5sums=('0caccead59eaaa61ac3f060ca3a803ef'
+         'SKIP')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"




More information about the arch-commits mailing list