Date: Thursday, June 21, 2018 @ 17:28:43 Author: spupykin Revision: 344326
upgpkg: rfc 20180621-1 Modified: rfc/trunk/PKGBUILD rfc/trunk/mirror-to-arch.sh -------------------+ PKGBUILD | 4 ++-- mirror-to-arch.sh | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-21 17:15:41 UTC (rev 344325) +++ PKGBUILD 2018-06-21 17:28:43 UTC (rev 344326) @@ -11,8 +11,8 @@ url="https://www.rfc-editor.org/" license=("custom:as-is") options=('docs') -source=(rfc-index-$pkgver.txt::https://sources.archlinux.org/other/community/rfc/rfc-index.txt - RFC-all-$pkgver.tar.gz::https://sources.archlinux.org/other/community/rfc/RFC-all.tar.gz +source=(https://sources.archlinux.org/other/community/rfc/rfc-index-$pkgver.txt + https://sources.archlinux.org/other/community/rfc/RFC-all-$pkgver.tar.gz license) sha256sums=('815d35ac6e7fc5495117735c6521a430253735641af150645cf097ad1789b40b' 'e67b90127a911d3edef398df8d019892bc8693f835afbcef262cbd61ebbdc538' Modified: mirror-to-arch.sh =================================================================== --- mirror-to-arch.sh 2018-06-21 17:15:41 UTC (rev 344325) +++ mirror-to-arch.sh 2018-06-21 17:28:43 UTC (rev 344326) @@ -1,4 +1,7 @@ -#!/bin/sh -x +#!/bin/bash -x + +source PKGBUILD wget https://www.rfc-editor.org/rfc/tar/RFC-all.tar.gz wget https://www.rfc-editor.org/rfc/rfc-index.txt -scp RFC-all.tar.gz rfc-index.txt repos.archlinux.org:/srv/sources/other/community/rfc/ +scp RFC-all.tar.gz repos.archlinux.org:/srv/sources/other/community/rfc/RFC-all-$pkgver.tar.gz +scp rfc-index.txt repos.archlinux.org:/srv/sources/other/community/rfc/rfc-index-$pkgver.txt
