diff options
Diffstat (limited to 'testing/libstrophe')
-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 1d7b6481bf..18632774c4 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 libstrophe automake libtool' +makedepends='openssl-dev expat-dev check-dev automake libtool' subpackages="$pkgname-dev" source="https://github.com/strophe/libstrophe/archive/$pkgver.tar.gz" |