X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 26F6CDC00D0 for ; Wed, 11 Nov 2015 08:24:36 +0000 (UTC) Received: from newmail.tetrasec.net (unknown [74.117.189.116]) by mail.alpinelinux.org (Postfix) with ESMTP id 09528DC00B3 for ; Wed, 11 Nov 2015 08:24:36 +0000 (UTC) Received: from ncopa-desktop.alpinelinux.org (unknown [79.160.13.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by newmail.tetrasec.net (Postfix) with ESMTPSA id 346B05A1504; Wed, 11 Nov 2015 08:14:00 +0000 (GMT) Date: Wed, 11 Nov 2015 09:24:32 +0100 From: Natanael Copa To: Valery Kartel Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] main/aspell-*: Rebuild affected aspell dictionaries with updated aspell Message-ID: <20151111092432.61c6dc67@ncopa-desktop.alpinelinux.org> In-Reply-To: <1447167422-24238-1-git-send-email-valery.kartel@gmail.com> References: <1447167422-24238-1-git-send-email-valery.kartel@gmail.com> X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Tue, 10 Nov 2015 16:57:02 +0200 Valery Kartel wrote: > --- > main/aspell-de/APKBUILD | 7 +++---- > main/aspell-en/APKBUILD | 7 +++---- > main/aspell-fr/APKBUILD | 7 +++---- > main/aspell-ru/APKBUILD | 7 +++---- > main/aspell-uk/APKBUILD | 7 +++---- > 5 files changed, 15 insertions(+), 20 deletions(-) > > diff --git a/main/aspell-de/APKBUILD b/main/aspell-de/APKBUILD > index d85adaa..7990c46 100644 > --- a/main/aspell-de/APKBUILD > +++ b/main/aspell-de/APKBUILD > @@ -1,20 +1,19 @@ > # Maintainer: Fabian Affolter > pkgname=aspell-de > pkgver=20030222 > -pkgrel=0 > +pkgrel=1 > pkgdesc="German dictionary for aspell" > url="http://aspell.net/" > arch="noarch" > license="GPL2" > -depends="aspell" > +depends="" > makedepends="aspell-dev" aspell-dev will not pull in aspell as dependency, so those builds fails. I wonder if we should add it to makedepends? care to send a v2 patch? -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---