summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsoloturn2020-07-11 09:06:19 +0200
committersoloturn2020-07-11 09:06:19 +0200
commitaed412dee49d0ec681beb59473cb97169475ef34 (patch)
treea5e13d19e91fe4a63edf8faa6f5dd9448eb035a9
parent2630573d79185a5445d492f188b00c930efb51f3 (diff)
downloadaur-aed412dee49d0ec681beb59473cb97169475ef34.tar.gz
python2 is used in swift/test
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 939840a44ff9..8a06eb23994a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=swift-language-git
-pkgver=swift.DEVELOPMENT.SNAPSHOT.2020.07.09.a.r48.gb8b80b6b1cf
+pkgver=swift.DEVELOPMENT.SNAPSHOT.2020.07.09.a.r50.g00b3473fe36
pkgrel=1
pkgdesc="The Swift programming language, taken directly from the Apple repository"
arch=('x86_64')
@@ -13,7 +13,7 @@ url="https://swift.org/"
license=('apache2')
groups=()
depends=('icu' 'libedit' 'libxml2' 'swig' 'python' 'libbsd' 'ncurses' )
-makedepends=('clang' 'cmake' 'git' 'ninja' 'python-six')
+makedepends=('clang' 'cmake' 'git' 'ninja' 'python-six' 'python2')
provides=('swift-language')
conflicts=('swift-language-bin')
replaces=()