diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/asio/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/community/asio/APKBUILD b/community/asio/APKBUILD index 2e77f821ee..485f5b7029 100644 --- a/community/asio/APKBUILD +++ b/community/asio/APKBUILD @@ -1,9 +1,8 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=asio pkgver=1.12.0 -_ver=${pkgver//./-} pkgrel=2 -pkgdesc="A cross-platform C++ library for network programming" +pkgdesc="Cross-platform C++ library for network programming" url="https://think-async.com" arch="all" license="BSL-1.0" @@ -17,7 +16,7 @@ source="http://downloads.sourceforge.net/sourceforge/asio/$pkgname-$pkgver.tar.b builddir="$srcdir/$pkgname-$pkgver" prepare() { - cd "$builddir" + default_prepare update_config_sub } |