diff options
author | Omri Mor | 2017-06-19 19:41:02 -0700 |
---|---|---|
committer | Omri Mor | 2017-06-19 19:41:02 -0700 |
commit | 493c14d7e71c0cbe4ae4d8b4c9eafc59d38ed8b1 (patch) | |
tree | 57ec325dcb8f7c9daf7647fec805b4ca95c22b25 /.SRCINFO | |
parent | 70b65c8009c0cf061019d80dfbcc1bcbe10dc33a (diff) | |
download | aur-493c14d7e71c0cbe4ae4d8b4c9eafc59d38ed8b1.tar.gz |
Disable embedded libBlocksRuntime
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = libdispatch-git pkgdesc = Comprehensive support for concurrent code execution on multicore hardware - pkgver = 2017.06.17.a.r0.g56f36b6 - pkgrel = 1 + pkgver = 2017.06.19.a.r0.g56f36b6 + pkgrel = 2 url = https://apple.github.io/swift-corelibs-libdispatch/ arch = i686 arch = x86_64 @@ -13,12 +13,11 @@ pkgbase = libdispatch-git makedepends = git makedepends = clang depends = libbsd + depends = libblocksruntime provides = libdispatch provides = libdispatch-clang-git - provides = libblocksruntime conflicts = libdispatch conflicts = libdispatch-clang-git - conflicts = libblocksruntime conflicts = swift conflicts = swift-development replaces = libdispatch-clang-git |