summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Gonzalez2020-09-13 20:10:44 -0500
committerRyan Gonzalez2020-09-13 20:10:44 -0500
commitecb7c8f87ed69c6c5a9833ef82f03dd0653ff335 (patch)
tree9a60a1a786f9780c159eedf95e4c7dec0de250c3
parent413d1764e39e7464deb571f7f2b3f154bfefbcc5 (diff)
downloadaur-ecb7c8f87ed69c6c5a9833ef82f03dd0653ff335.tar.gz
Fix depending on wrong Python version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfb7adac748f..65da4b2d2528 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = swift-bin
makedepends = rpmextract
depends = libutil-linux
depends = libxml2
- depends = python3
+ depends = python2
provides = swift-language
conflicts = swift-language-git
replaces = swift-language-bin
diff --git a/PKGBUILD b/PKGBUILD
index 267256464e57..0e0bca8a7f94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Binary builds of the Swift programming language"
arch=('x86_64')
url="https://swift.org"
license=('apache')
-depends=('libutil-linux' 'libxml2' 'python3')
+depends=('libutil-linux' 'libxml2' 'python2')
makedepends=('patchelf' 'rpmextract')
conflicts=('swift-language-git')
options=('!strip')