summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Gonzalez2019-10-22 17:09:12 -0500
committerRyan Gonzalez2019-10-22 17:09:12 -0500
commit1fc478b0cadc773dfbdc18c8815229aa0e079e55 (patch)
tree20d747694169229732049dc4110f8eb7b94b6705
parentf60705d41279d9968bfa07c5409317ce98cde07c (diff)
downloadaur-1fc478b0cadc773dfbdc18c8815229aa0e079e55.tar.gz
Updates
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 230223c09ba3..7dee0a8035a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,10 +17,10 @@ pkgbase = swift-bin
conflicts = swift-language-git
replaces = swift-language-bin
options = !strip
- source = https://rpmfind.net/linux/fedora/linux/updates/testing/31/Everything/x86_64/Packages/s/swift-lang-5.1.1-0.1.20191004git4242edd.fc31.x86_64.rpm
- source = https://rpmfind.net/linux/fedora/linux/updates/testing/31/Everything/x86_64/Packages/s/swift-lang-runtime-5.1.1-0.1.20191004git4242edd.fc30.x86_64.rpm
- sha256sums = b2da11d0867090e804601155c1e1dd57016ef0b2f7e29c8e7b68538d9cf92604
- sha256sums = 2c3da0448f27e88c1cdb6af52e68a6643820d545723eba6275b62a7cda6bbd59
+ source = https://download.fedoraproject.org/pub/fedora/linux/updates/testing/31/Everything/x86_64/Packages/s/swift-lang-5.1.1-0.2.20191004git4242edd.fc31.x86_64.rpm
+ source = https://download.fedoraproject.org/pub/fedora/linux/updates/testing/31/Everything/x86_64/Packages/s/swift-lang-runtime-5.1.1-0.2.20191004git4242edd.fc31.x86_64.rpm
+ sha256sums = 95ac1ea38c20d68497b9c1af352400a9f39bcc7a631aff2be1ec2e917abdc4a3
+ sha256sums = d5b24102df9c551d5719a1aad17685179f838c4f8fb0409ede42871978a8b497
pkgname = swift-bin
diff --git a/PKGBUILD b/PKGBUILD
index 82bd8a281106..680af283c6cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,11 +16,11 @@ options=('!strip')
provides=('swift-language')
replaces=('swift-language-bin')
source=(
- 'https://rpmfind.net/linux/fedora/linux/updates/testing/31/Everything/x86_64/Packages/s/swift-lang-5.1.1-0.1.20191004git4242edd.fc31.x86_64.rpm'
- 'https://rpmfind.net/linux/fedora/linux/updates/testing/31/Everything/x86_64/Packages/s/swift-lang-runtime-5.1.1-0.1.20191004git4242edd.fc30.x86_64.rpm'
+ 'https://download.fedoraproject.org/pub/fedora/linux/updates/testing/31/Everything/x86_64/Packages/s/swift-lang-5.1.1-0.2.20191004git4242edd.fc31.x86_64.rpm'
+ 'https://download.fedoraproject.org/pub/fedora/linux/updates/testing/31/Everything/x86_64/Packages/s/swift-lang-runtime-5.1.1-0.2.20191004git4242edd.fc31.x86_64.rpm'
)
-sha256sums=('b2da11d0867090e804601155c1e1dd57016ef0b2f7e29c8e7b68538d9cf92604'
- '2c3da0448f27e88c1cdb6af52e68a6643820d545723eba6275b62a7cda6bbd59')
+sha256sums=('95ac1ea38c20d68497b9c1af352400a9f39bcc7a631aff2be1ec2e917abdc4a3'
+ 'd5b24102df9c551d5719a1aad17685179f838c4f8fb0409ede42871978a8b497')
package() {
cp -Ppr "${srcdir}"/{etc,usr} "${pkgdir}"