mirror of
https://github.com/archlinux/aur.git
synced 2025-12-10 08:05:42 +01:00
v5.6
This commit is contained in:
parent
fe32ec3e38
commit
189dfea493
2 changed files with 8 additions and 8 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = swift-bin
|
pkgbase = swift-bin
|
||||||
pkgdesc = Binary builds of the Swift programming language
|
pkgdesc = Binary builds of the Swift programming language
|
||||||
pkgver = 5.5.3
|
pkgver = 5.6
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://swift.org
|
url = https://swift.org
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = apache
|
license = apache
|
||||||
|
|
@ -12,7 +12,7 @@ pkgbase = swift-bin
|
||||||
provides = swift-language
|
provides = swift-language
|
||||||
replaces = swift-language-bin
|
replaces = swift-language-bin
|
||||||
options = !strip
|
options = !strip
|
||||||
source = https://swift.org/builds/swift-5.5.3-release/centos8/swift-5.5.3-RELEASE/swift-5.5.3-RELEASE-centos8.tar.gz
|
source = https://swift.org/builds/swift-5.6-release/centos8/swift-5.6-RELEASE/swift-5.6-RELEASE-centos8.tar.gz
|
||||||
sha256sums = 1a8ece25d18e77f961cd074851951a3f1d3e7ef0df8a9e7958342381daed0f33
|
sha256sums = 80fa936a30bbc599a619d352fb271de4060bee9f04151cbfda3d755f4c9e4257
|
||||||
|
|
||||||
pkgname = swift-bin
|
pkgname = swift-bin
|
||||||
|
|
|
||||||
8
PKGBUILD
8
PKGBUILD
|
|
@ -1,10 +1,10 @@
|
||||||
# Maintainer: Miten <admin at m1ten dot me>
|
# Maintainer: Miten <git dot pub at icloud dot com>
|
||||||
# Contributor: Ryan Gonzalez <rymg19 at gmail dot com>
|
# Contributor: Ryan Gonzalez <rymg19 at gmail dot com>
|
||||||
# Contributor: Frederic Bezies <fredbezies at gmail dot com>, youngunix <>
|
# Contributor: Frederic Bezies <fredbezies at gmail dot com>, youngunix <>
|
||||||
|
|
||||||
pkgname=swift-bin
|
pkgname=swift-bin
|
||||||
pkgver=5.5.3
|
pkgver=5.6
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Binary builds of the Swift programming language"
|
pkgdesc="Binary builds of the Swift programming language"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://swift.org"
|
url="https://swift.org"
|
||||||
|
|
@ -16,7 +16,7 @@ options=('!strip')
|
||||||
provides=('swift-language')
|
provides=('swift-language')
|
||||||
replaces=('swift-language-bin')
|
replaces=('swift-language-bin')
|
||||||
source=("https://swift.org/builds/swift-$pkgver-release/centos8/swift-$pkgver-RELEASE/swift-$pkgver-RELEASE-centos8.tar.gz")
|
source=("https://swift.org/builds/swift-$pkgver-release/centos8/swift-$pkgver-RELEASE/swift-$pkgver-RELEASE-centos8.tar.gz")
|
||||||
sha256sums=('1a8ece25d18e77f961cd074851951a3f1d3e7ef0df8a9e7958342381daed0f33')
|
sha256sums=('80fa936a30bbc599a619d352fb271de4060bee9f04151cbfda3d755f4c9e4257')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
find_elf_only() {
|
find_elf_only() {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue