diff options
-rw-r--r-- | community/liblangtag/APKBUILD (renamed from testing/liblangtag/APKBUILD) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/liblangtag/APKBUILD b/community/liblangtag/APKBUILD index 0970a80e0b..48e8cd3ca5 100644 --- a/testing/liblangtag/APKBUILD +++ b/community/liblangtag/APKBUILD @@ -8,8 +8,8 @@ url="http://tagoh.bitbucket.org/liblangtag/index.html" arch="all" license="LGPL3" depends="" -depends_dev="glib-dev libxml2-dev" -makedepends="$depends_dev gobject-introspection libtool" +depends_dev="glib-dev" +makedepends="$depends_dev gobject-introspection libtool libxml2-dev" install="" subpackages="$pkgname-dev $pkgname-doc" source="https://bitbucket.org/tagoh/$pkgname/downloads/$pkgname-$pkgver.tar.bz2" |