Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
avr-libc


Commits:
b7e2303a by Frederik Schwan at 2026-06-06T16:09:12+02:00
upgpkg: 2.3.2-2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,9 +1,9 @@
 pkgbase = avr-libc
        pkgdesc = The C runtime library for the AVR family of microcontrollers
        pkgver = 2.3.2
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/avrdudes/avr-libc
-       arch = any
+       arch = x86_64
        license = BSD
        makedepends = python
        depends = avr-gcc


=====================================
PKGBUILD
=====================================
@@ -5,9 +5,9 @@
 
 pkgname=avr-libc
 pkgver=2.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='The C runtime library for the AVR family of microcontrollers'
-arch=(any)
+arch=('x86_64')
 url='https://github.com/avrdudes/avr-libc'
 license=(BSD)
 depends=(avr-gcc)
@@ -21,7 +21,14 @@ validpgpkeys=('56628323218C669FF578705C7E9EADC3030D34EB') # 
Joerg Wunsch
 build() {
   cd avr-libc-$_tag
   ./bootstrap
-  ./configure --build=$(./config.guess) --host=avr --prefix=/usr
+  ./configure \
+    --build=$(./config.guess) \
+    --host=avr \
+    --prefix=/usr/lib \
+    --datadir=/usr/share \
+    --bindir=/usr/bin \
+    --mandir=/usr/share/man
+
   make
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/avr-libc/-/commit/b7e2303a5e3c6488886b93ed299e28feb47dd5dc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/avr-libc/-/commit/b7e2303a5e3c6488886b93ed299e28feb47dd5dc
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to