[arch-commits] Commit in avr-libc/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon May 27 20:38:07 UTC 2019
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
===================================================================
--- PKGBUILD 2019-05-27 20:37:38 UTC (rev 472003)
+++ PKGBUILD 2019-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
More information about the arch-commits
mailing list