X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-wr0-f194.google.com (mail-wr0-f194.google.com [209.85.128.194]) by lists.alpinelinux.org (Postfix) with ESMTP id 2D9AF5C5516 for ; Fri, 23 Jun 2017 08:35:05 +0000 (GMT) Received: by mail-wr0-f194.google.com with SMTP id 77so10743302wrb.3 for ; Fri, 23 Jun 2017 01:35:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:from:to:references:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding:content-language; bh=Tm/A0HQ01yybWmIxJZnHrX0NWJaHBHD1IFIrcisVOA8=; b=I+2XfZXCkKue0d3IWOK50btAEeEuBHhCSrnNysBDER+f20Z25UiniwLerUZLUHayvU hCLI2H6sbYr7jYpUxEqWcI/gLZoHTjyKrgx6rDeybPQx/6LVEQxATgWXGvf/u/kebs4Z RlAjWLmB5TkQBFaoF/sRN9a6WyyNpGgVi1/NYEmzkPTnrY6qjsQXgb18k0/RrJRcUa13 eHwj4uWHRsPbpUYQRyjdjprZms5ssZQSrzZ3MbxYUyJlq2a25NXC+ZnK0EiH5Wq6Vtqx xaYsQBuh6Ay+0hzPURHf9dwqYVcAlk22NKuvK5650saOaq8217lplPVStJOT7sXWmjNH 0Grw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:from:to:references:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=Tm/A0HQ01yybWmIxJZnHrX0NWJaHBHD1IFIrcisVOA8=; b=cqQq+aME+6CgEt7mp9ev30FcFRaPV6Cv5wCNKHNeXSLndtSCEcPfWmw9epfaTOtNZD UhOTKb++HAbOPUEc+a/IUwKdVjg9xABh6ecDQkRq1dQ/mR4HC73mzak3h6UdQ3jXI9s4 ttP8U2bcQ/asVVskxztXuGtAT2wxJjPIHfMmWlbXCUJea7lb/svi7+Z3ejK76OplzTdx NCMBLWv22Y+PlzO57ncDgYYn5DVtblVYCOiCMqfO7DINMRrQoqUPqXIG7CkvgzmaX6tO oLbwHYEwbBVDIO5Ic5iWGDWWYA3+7CmC4TSOypXxFtMlZ0fEojMZPd6E/KPkV2UFDNrC BwVA== X-Gm-Message-State: AKS2vOzUVM8yKzXMXjKy4EkEMCQRov+emsaA5C0ggeNlQQmld191rGBq iy2I05NOyqjk+/qWe0U= X-Received: by 10.223.148.37 with SMTP id 34mr4547214wrq.137.1498206904334; Fri, 23 Jun 2017 01:35:04 -0700 (PDT) Received: from [10.36.9.26] ([89.202.239.221]) by smtp.gmail.com with ESMTPSA id r5sm2060281wmr.9.2017.06.23.01.35.02 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 23 Jun 2017 01:35:03 -0700 (PDT) Subject: Re: [alpine-aports] [PATCH] testing/wpa_actiond: new aport From: Leonardo Arena To: Marian Buschsieweke , alpine-aports@lists.alpinelinux.org References: <20170620075459.8882-1-marian.buschsieweke@ovgu.de> <70de3a50-0eb9-3288-83e1-859f7ec232f0@gmail.com> Message-ID: <92b1f953-3c99-a3c1-eb71-4e53f261a33b@gmail.com> Date: Fri, 23 Jun 2017 10:35:02 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 In-Reply-To: <70de3a50-0eb9-3288-83e1-859f7ec232f0@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US [snip] >> diff --git a/testing/wpa_actiond/APKBUILD b/testing/wpa_actiond/APKBUILD >> new file mode 100644 >> index 0000000000..e0b14f5232 >> --- /dev/null >> +++ b/testing/wpa_actiond/APKBUILD >> @@ -0,0 +1,46 @@ >> +# Contributor: Marian >> +# Maintainer: Marian >> +pkgname=wpa_actiond >> +pkgver=1.4 >> +pkgrel=1 Another thing: initial pkgrel should be set to 0. Thanks! /eo --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---