Skip to content
Snippets Groups Projects
Unverified Commit 218a9b68 authored by Anatol Pomozov's avatar Anatol Pomozov
Browse files

upgpkg: 2.2.0-1

parent c4145697
No related branches found
No related tags found
No related merge requests found
.SRCINFO 0 → 100644
pkgbase = avr-libc
pkgdesc = The C runtime library for the AVR family of microcontrollers
pkgver = 2.2.0
pkgrel = 1
url = https://github.com/avrdudes/avr-libc
arch = any
license = BSD
makedepends = python
depends = avr-gcc
options = !strip
source = https://github.com/avrdudes/avr-libc/archive/refs/tags/avr-libc-2_2_0-release.tar.gz
validpgpkeys = 56628323218C669FF578705C7E9EADC3030D34EB
b2sums = c4358095c2d43493172e7deff4d5aa942bf1d5c7dcfcc09814f3926d0202fc6ea4f35c7a7a5f67675718c5abbf652b86ccaa48323d3b6aa1763922a05d57ace2
pkgname = avr-libc
......@@ -4,17 +4,18 @@
# Build order: avr-binutils -> avr-gcc -> avr-libc
pkgname=avr-libc
pkgver=2.1.0
pkgrel=3
pkgver=2.2.0
pkgrel=1
pkgdesc='The C runtime library for the AVR family of microcontrollers'
arch=(any)
url='https://github.com/avrdudes/avr-libc'
license=(BSD)
depends=(avr-gcc)
makedepends=(python)
options=(!strip) # it corrupts avr libraries
_tag=avr-libc-${pkgver//./_}-release
source=(https://github.com/avrdudes/avr-libc/archive/refs/tags/$_tag.tar.gz)
b2sums=('a2256e20bd4069ca30e86148ddf366a49ff04ef28dcd69f760732419a8c3a7a0468624fb8a7519d3dd860a300f9335897e40de630033dbb869880e062048d3c6')
b2sums=('c4358095c2d43493172e7deff4d5aa942bf1d5c7dcfcc09814f3926d0202fc6ea4f35c7a7a5f67675718c5abbf652b86ccaa48323d3b6aa1763922a05d57ace2')
validpgpkeys=('56628323218C669FF578705C7E9EADC3030D34EB') # Joerg Wunsch
build() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment