[arch-commits] Commit in avr-libc/trunk (PKGBUILD)
Date: Sunday, July 5, 2020 @ 15:59:52 Author: jelle Revision: 657887 Rebuild for reproducible builds Modified: avr-libc/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-07-05 15:54:45 UTC (rev 657886) +++ PKGBUILD2020-07-05 15:59:52 UTC (rev 657887) @@ -5,7 +5,7 @@ pkgname=avr-libc pkgver=2.0.0 -pkgrel=3 +pkgrel=4 pkgdesc='The C runtime library for the AVR family of microcontrollers' arch=(any) url='https://savannah.nongnu.org/projects/avr-libc/'
[arch-commits] Commit in avr-libc/trunk (PKGBUILD)
Date: Monday, May 27, 2019 @ 20:38:03 Author: arojas Revision: 472004 https Modified: avr-libc/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-05-27 20:37:38 UTC (rev 472003) +++ PKGBUILD2019-05-27 20:38:03 UTC (rev 472004) @@ -8,11 +8,11 @@ pkgrel=3 pkgdesc='The C runtime library for the AVR family of microcontrollers' arch=(any) -url='http://savannah.nongnu.org/projects/avr-libc/' +url='https://savannah.nongnu.org/projects/avr-libc/' license=(BSD) depends=(avr-gcc) options=(!strip) # it corrupts avr libraries -source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) +source=(https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) sha1sums=('c46b4c92bd88339f4d8d9bce29893661be890845' 'SKIP') validpgpkeys=('5E84F980C3CAFD4BB5841070F48CA81B69A85873') # Joerg Wunsch
[arch-commits] Commit in avr-libc/trunk (PKGBUILD)
Date: Friday, November 9, 2018 @ 23:34:06 Author: foutrelis Revision: 405318 PIE/BUILDINFO rebuild Modified: avr-libc/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-11-09 23:34:03 UTC (rev 405317) +++ PKGBUILD2018-11-09 23:34:06 UTC (rev 405318) @@ -5,7 +5,7 @@ pkgname=avr-libc pkgver=2.0.0 -pkgrel=2 +pkgrel=3 pkgdesc='The C runtime library for the AVR family of microcontrollers' arch=(any) url='http://savannah.nongnu.org/projects/avr-libc/'
[arch-commits] Commit in avr-libc/trunk (PKGBUILD)
Date: Tuesday, May 10, 2016 @ 17:51:39 Author: anatolik Revision: 174569 gcc-6.1.1 rebuild Modified: avr-libc/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-05-10 15:07:57 UTC (rev 174568) +++ PKGBUILD2016-05-10 15:51:39 UTC (rev 174569) @@ -6,7 +6,7 @@ pkgname=avr-libc pkgver=2.0.0 -pkgrel=1 +pkgrel=2 pkgdesc='The C runtime library for the AVR family of microcontrollers' arch=(any) url='http://savannah.nongnu.org/projects/avr-libc/'
[arch-commits] Commit in avr-libc/trunk (PKGBUILD)
Date: Monday, February 29, 2016 @ 19:43:13 Author: anatolik Revision: 163821 upgpkg: avr-libc 2.0.0-1 Modified: avr-libc/trunk/PKGBUILD --+ PKGBUILD | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-02-29 17:23:41 UTC (rev 163820) +++ PKGBUILD2016-02-29 18:43:13 UTC (rev 163821) @@ -5,23 +5,21 @@ # Build order: avr-binutils -> avr-gcc -> avr-libc pkgname=avr-libc -pkgver=1.8.1 -pkgrel=4 +pkgver=2.0.0 +pkgrel=1 pkgdesc='The C runtime library for the AVR family of microcontrollers' arch=(any) url='http://savannah.nongnu.org/projects/avr-libc/' license=(BSD) depends=(avr-gcc) -makedepends=(subversion) options=(!strip) # it corrupts avr libraries -# 1.8.1 does not support gcc-5.1 http://savannah.nongnu.org/bugs/?44869 -source=(svn://svn.sv.gnu.org/avr-libc/trunk/avr-libc#revision=2480) -#source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('SKIP') +source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) +sha1sums=('c46b4c92bd88339f4d8d9bce29893661be890845' + 'SKIP') validpgpkeys=('5E84F980C3CAFD4BB5841070F48CA81B69A85873') # Joerg Wunsch build() { - cd $pkgname + cd avr-libc-$pkgver ./bootstrap ./configure --build=$(./config.guess) --host=avr --prefix=/usr make @@ -28,7 +26,7 @@ } package() { - cd $pkgname + cd avr-libc-$pkgver make DESTDIR="$pkgdir" install install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
[arch-commits] Commit in avr-libc/trunk (PKGBUILD)
Date: Monday, July 27, 2015 @ 23:33:28 Author: anatolik Revision: 137528 upgpkg: avr-libc 1.8.1-4 Modified: avr-libc/trunk/PKGBUILD --+ PKGBUILD | 33 + 1 file changed, 17 insertions(+), 16 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-27 21:33:23 UTC (rev 137527) +++ PKGBUILD2015-07-27 21:33:28 UTC (rev 137528) @@ -6,29 +6,30 @@ pkgname=avr-libc pkgver=1.8.1 -pkgrel=2 -pkgdesc="The C runtime library for the AVR family of microcontrollers" -arch=('any') -url="http://savannah.nongnu.org/projects/avr-libc/"; -license=('BSD') -depends=('avr-gcc') -options=('!strip') -source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('0caccead59eaaa61ac3f060ca3a803ef' - 'SKIP') +pkgrel=4 +pkgdesc='The C runtime library for the AVR family of microcontrollers' +arch=(any) +url='http://savannah.nongnu.org/projects/avr-libc/' +license=(BSD) +depends=(avr-gcc) +makedepends=(subversion) +options=(!strip) # it corrupts avr libraries +# 1.8.1 does not support gcc-5.1 http://savannah.nongnu.org/bugs/?44869 +source=(svn://svn.sv.gnu.org/avr-libc/trunk/avr-libc#revision=2480) +#source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) +md5sums=('SKIP') validpgpkeys=('5E84F980C3CAFD4BB5841070F48CA81B69A85873') # Joerg Wunsch build() { - cd "${pkgname}-${pkgver}" + cd $pkgname + ./bootstrap ./configure --build=$(./config.guess) --host=avr --prefix=/usr make } package() { - cd "${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install + cd $pkgname + make DESTDIR="$pkgdir" install - install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } - -# vim:set ts=2 sw=2 et:
[arch-commits] Commit in avr-libc/trunk (PKGBUILD)
Date: Tuesday, December 30, 2014 @ 01:15:17 Author: anatolik Revision: 124889 Add gpg key Modified: avr-libc/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2014-12-30 00:14:46 UTC (rev 124888) +++ PKGBUILD2014-12-30 00:15:17 UTC (rev 124889) @@ -16,7 +16,7 @@ source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) md5sums=('0caccead59eaaa61ac3f060ca3a803ef' 'SKIP') -validpgpkeys=(5E84F980C3CAFD4BB5841070F48CA81B69A85873) +validpgpkeys=('5E84F980C3CAFD4BB5841070F48CA81B69A85873') # Joerg Wunsch build() { cd "${pkgname}-${pkgver}"
[arch-commits] Commit in avr-libc/trunk (PKGBUILD)
Date: Saturday, December 27, 2014 @ 16:44:15 Author: anatolik Revision: 124709 upgpkg: avr-libc 1.8.1-2 binutils 2.25 rebuild Modified: avr-libc/trunk/PKGBUILD --+ PKGBUILD |9 + 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-12-27 15:28:31 UTC (rev 124708) +++ PKGBUILD2014-12-27 15:44:15 UTC (rev 124709) @@ -6,25 +6,26 @@ pkgname=avr-libc pkgver=1.8.1 -pkgrel=1 +pkgrel=2 pkgdesc="The C runtime library for the AVR family of microcontrollers" arch=('any') url="http://savannah.nongnu.org/projects/avr-libc/"; license=('BSD') depends=('avr-gcc') -options=('staticlibs' '!strip') +options=('!strip') source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) md5sums=('0caccead59eaaa61ac3f060ca3a803ef' 'SKIP') +validpgpkeys=(5E84F980C3CAFD4BB5841070F48CA81B69A85873) build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "${pkgname}-${pkgver}" ./configure --build=$(./config.guess) --host=avr --prefix=/usr make } package() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
[arch-commits] Commit in avr-libc/trunk (PKGBUILD)
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 === --- PKGBUILD2014-08-20 20:02:33 UTC (rev 117673) +++ PKGBUILD2014-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}"
[arch-commits] Commit in avr-libc/trunk (PKGBUILD)
Date: Monday, October 21, 2013 @ 19:43:05 Author: schuay Revision: 98958 Add staticlibs to avr-libc Modified: avr-libc/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2013-10-21 17:36:44 UTC (rev 98957) +++ PKGBUILD2013-10-21 17:43:05 UTC (rev 98958) @@ -12,7 +12,7 @@ url="http://savannah.nongnu.org/projects/avr-libc/"; license=('BSD') depends=('avr-gcc') -options=('!strip') +options=('staticlibs' '!strip') source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) md5sums=('54c71798f24c96bab206be098062344f' '4dfc58651096f56f49fb07961ea15eee')
[arch-commits] Commit in avr-libc/trunk (PKGBUILD)
Date: Friday, April 12, 2013 @ 13:47:58 Author: schuay Revision: 88135 avr-libc-1.8.0-5 Modified: avr-libc/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2013-04-12 11:40:11 UTC (rev 88134) +++ PKGBUILD2013-04-12 11:47:58 UTC (rev 88135) @@ -6,7 +6,7 @@ pkgname=avr-libc pkgver=1.8.0 -pkgrel=4 +pkgrel=5 pkgdesc="The C runtime library for the AVR family of microcontrollers" arch=('any') url="http://savannah.nongnu.org/projects/avr-libc/";