make python36 opt dep

This commit is contained in:
sharcc 2022-02-13 19:14:55 -05:00
parent 37b803c35b
commit fe32ec3e38
2 changed files with 5 additions and 4 deletions

View file

@ -1,14 +1,14 @@
pkgbase = swift-bin
pkgdesc = Binary builds of the Swift programming language
pkgver = 5.5.3
pkgrel = 1
pkgrel = 2
url = https://swift.org
arch = x86_64
license = apache
makedepends = patchelf
depends = libutil-linux
depends = libxml2
depends = python36
optdepends = python36: required for REPL
provides = swift-language
replaces = swift-language-bin
options = !strip

View file

@ -4,13 +4,14 @@
pkgname=swift-bin
pkgver=5.5.3
pkgrel=1
pkgrel=2
pkgdesc="Binary builds of the Swift programming language"
arch=('x86_64')
url="https://swift.org"
license=('apache')
depends=('libutil-linux' 'libxml2' 'python36')
depends=('libutil-linux' 'libxml2')
makedepends=('patchelf')
optdepends=('python36: required for REPL')
options=('!strip')
provides=('swift-language')
replaces=('swift-language-bin')