mirror of
https://github.com/archlinux/aur.git
synced 2025-12-10 08:05:42 +01:00
make python36 opt dep
This commit is contained in:
parent
37b803c35b
commit
fe32ec3e38
2 changed files with 5 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -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
|
||||||
|
|
|
||||||
5
PKGBUILD
5
PKGBUILD
|
|
@ -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')
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue