diff --git a/c++utilities/apple-darwin/PKGBUILD b/c++utilities/apple-darwin/PKGBUILD index 31b269a1..9abdbc22 100644 --- a/c++utilities/apple-darwin/PKGBUILD +++ b/c++utilities/apple-darwin/PKGBUILD @@ -11,7 +11,7 @@ pkgrel=1 arch=('any') pkgdesc='Common C++ classes and routines such as argument parser, IO and conversion utilities (apple-darwin)' license=('GPL') -depends=('osxcross-git') +depends=('apple-darwin-osxcross') optdepends=("$_name-doc: API documentation") makedepends=('clang') url="https://github.com/Martchus/${_reponame}"