diff options
-rw-r--r-- | testing/libstrophe/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libstrophe/APKBUILD b/testing/libstrophe/APKBUILD index 18632774c4..86dbc6c4a5 100644 --- a/testing/libstrophe/APKBUILD +++ b/testing/libstrophe/APKBUILD @@ -10,7 +10,7 @@ arch=all url='http://strophe.im/libstrophe/' license='MIT' depends= -makedepends='openssl-dev expat-dev check-dev automake libtool' +makedepends='openssl-dev expat-dev check-dev autoconf automake libtool' subpackages="$pkgname-dev" source="https://github.com/strophe/libstrophe/archive/$pkgver.tar.gz" |