Skip to content

Commit

Permalink
testing/editorconfig: fix depends
Browse files Browse the repository at this point in the history
  • Loading branch information
ncopa committed Feb 10, 2016
1 parent 6e16b49 commit c8390b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testing/editorconfig/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ pkgdesc="EditorConfig core library written in C (for use by plugins supporting E
url="https://github.com/editorconfig/editorconfig-core-c"
arch="x86_64"
license="BSD" # "Simplified" http://opensource.org/licenses/BSD-2-Clause
depends="pcre"
depends_dev="cmake doxygen gcc make musl-dev pcre-dev"
makedepends="$depends_dev"
depends=""
depends_dev=""
makedepends="$depends_dev cmake doxygen pcre-dev"
install=""
options=""
subpackages="$pkgname-dev $pkgname-doc"
Expand Down

0 comments on commit c8390b4

Please sign in to comment.