summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsoloturn2020-10-18 11:56:46 +0200
committersoloturn2020-10-18 11:56:46 +0200
commit80bdb6fac48762a67dd3c67a8e958fa88339efe9 (patch)
treedbf1a0501dee4cade7e8dab58b7c3fbf0ab80910 /PKGBUILD
parent5c59c534c37eb26c7f0d8dcb36b670cff139c25f (diff)
downloadaur-80bdb6fac48762a67dd3c67a8e958fa88339efe9.tar.gz
remove python2 to build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 355766f18327..a4c95a427766 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
# Contributor: Andrew Sun <adsun701@gmail.com>
pkgname=swift-language-git
-pkgver=swift.DEVELOPMENT.SNAPSHOT.2020.10.15.a.r48.g2ae0c80c1a4
+pkgver=swift.DEVELOPMENT.SNAPSHOT.2020.10.15.a.r55.g789ada59f31
pkgrel=1
pkgdesc="The Swift programming language, taken directly from the Apple repository"
arch=('x86_64')
url="https://swift.org/"
license=('apache2')
depends=('icu' 'libedit' 'libxml2' 'swig' 'python' 'libbsd' 'ncurses' )
-makedepends=('clang' 'cmake' 'git' 'ninja' 'python-six' 'python2' 'rsync')
+makedepends=('clang' 'cmake' 'git' 'ninja' 'python-six' 'rsync')
provides=('swift-language-git')
source=(
'git+https://github.com/apple/swift#branch=main'