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 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.5.3
pkgrel = 1 pkgrel = 2
url = https://swift.org url = https://swift.org
arch = x86_64 arch = x86_64
license = apache license = apache
makedepends = patchelf makedepends = patchelf
depends = libutil-linux depends = libutil-linux
depends = libxml2 depends = libxml2
depends = python36 optdepends = python36: required for REPL
provides = swift-language provides = swift-language
replaces = swift-language-bin replaces = swift-language-bin
options = !strip options = !strip

View file

@ -4,13 +4,14 @@
pkgname=swift-bin pkgname=swift-bin
pkgver=5.5.3 pkgver=5.5.3
pkgrel=1 pkgrel=2
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"
license=('apache') license=('apache')
depends=('libutil-linux' 'libxml2' 'python36') depends=('libutil-linux' 'libxml2')
makedepends=('patchelf') makedepends=('patchelf')
optdepends=('python36: required for REPL')
options=('!strip') options=('!strip')
provides=('swift-language') provides=('swift-language')
replaces=('swift-language-bin') replaces=('swift-language-bin')