diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2017-03-17 08:23:47 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2017-03-17 08:23:47 +0100 |
commit | d4d71e76a36b1e04701dada7000108a03e75efc2 (patch) | |
tree | 630bc8fe3009e2bcc737fba29f2f01cc386c52dd /main/libasr | |
parent | 161594b6e295ea2d0e17b583b122ff571fbc147b (diff) | |
download | aports-d4d71e76a36b1e04701dada7000108a03e75efc2.tar.bz2 aports-d4d71e76a36b1e04701dada7000108a03e75efc2.tar.xz |
main/libasr: rebuild
ref #6578
Diffstat (limited to 'main/libasr')
-rw-r--r-- | main/libasr/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/libasr/APKBUILD b/main/libasr/APKBUILD index b3801c2cd3..3065734e27 100644 --- a/main/libasr/APKBUILD +++ b/main/libasr/APKBUILD @@ -2,11 +2,12 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=libasr pkgver=1.0.2 -pkgrel=3 +pkgrel=4 pkgdesc="libasr is a free, simple and portable asynchronous resolver library" url="http://www.opensmtpd.org" arch="all" license="ISC" +options="!check" depends="" depends_dev="" makedepends="mdocml bison libressl-dev automake autoconf libtool" @@ -17,8 +18,8 @@ source="https://github.com/OpenSMTPD/libasr/archive/libasr-$pkgver.tar.gz 0002-Replace-missing-res_randomid-with-the-more-secure-ar.patch 0003-no-need-for-openssl-in-libasr.patch " - builddir=${srcdir}/${pkgname}-${pkgname}-${pkgver} + prepare() { default_prepare || return 1 |