From 1410e1d0bcac796fef147b89db3a2cdbb539aec9 Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 16 Aug 2017 19:02:34 +0200 Subject: [PATCH] Fix dependency in apple-darwin-c++utilities --- c++utilities/apple-darwin/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"