[arch-commits] Commit in avr-libc/repos/community-any (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sun Jul 5 15:59:58 UTC 2020


    Date: Sunday, July 5, 2020 @ 15:59:58
  Author: jelle
Revision: 657888

archrelease: copy trunk to community-any

Added:
  avr-libc/repos/community-any/PKGBUILD
    (from rev 657887, avr-libc/trunk/PKGBUILD)
Deleted:
  avr-libc/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-05 15:59:52 UTC (rev 657887)
+++ PKGBUILD	2020-07-05 15:59:58 UTC (rev 657888)
@@ -1,32 +0,0 @@
-# Contributor: Corrado Primier <bardo at aur.archlinux.org>
-# Contributor: danst0 <danst0 at west.de>
-
-# Build order: avr-binutils -> avr-gcc -> avr-libc
-
-pkgname=avr-libc
-pkgver=2.0.0
-pkgrel=3
-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) # it corrupts avr libraries
-source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-sha1sums=('c46b4c92bd88339f4d8d9bce29893661be890845'
-          'SKIP')
-validpgpkeys=('5E84F980C3CAFD4BB5841070F48CA81B69A85873') # Joerg Wunsch
-
-build() {
-  cd avr-libc-$pkgver
-  ./bootstrap
-  ./configure --build=$(./config.guess) --host=avr --prefix=/usr
-  make
-}
-
-package() {
-  cd avr-libc-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: avr-libc/repos/community-any/PKGBUILD (from rev 657887, avr-libc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-05 15:59:58 UTC (rev 657888)
@@ -0,0 +1,32 @@
+# Contributor: Corrado Primier <bardo at aur.archlinux.org>
+# Contributor: danst0 <danst0 at west.de>
+
+# Build order: avr-binutils -> avr-gcc -> avr-libc
+
+pkgname=avr-libc
+pkgver=2.0.0
+pkgrel=4
+pkgdesc='The C runtime library for the AVR family of microcontrollers'
+arch=(any)
+url='https://savannah.nongnu.org/projects/avr-libc/'
+license=(BSD)
+depends=(avr-gcc)
+options=(!strip) # it corrupts avr libraries
+source=(https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+sha1sums=('c46b4c92bd88339f4d8d9bce29893661be890845'
+          'SKIP')
+validpgpkeys=('5E84F980C3CAFD4BB5841070F48CA81B69A85873') # Joerg Wunsch
+
+build() {
+  cd avr-libc-$pkgver
+  ./bootstrap
+  ./configure --build=$(./config.guess) --host=avr --prefix=/usr
+  make
+}
+
+package() {
+  cd avr-libc-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list