From a2e061d5095bdd9ec5421e02fdfe2315e1b05136 Mon Sep 17 00:00:00 2001 From: Timo Teräs Date: Wed, 2 Nov 2016 11:51:56 +0200 Subject: community/[various]: dont set arch in split function --- community/py-pygit2/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'community/py-pygit2') diff --git a/community/py-pygit2/APKBUILD b/community/py-pygit2/APKBUILD index 17f845e4073..83e63bb3c07 100644 --- a/community/py-pygit2/APKBUILD +++ b/community/py-pygit2/APKBUILD @@ -6,7 +6,7 @@ pkgver=0.24.1 pkgrel=3 pkgdesc="Python bindings for libgit2" url="https://github.com/libgit2/pygit2" -arch="noarch" +arch="all" license="GPLv2" subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" depends="" @@ -38,7 +38,6 @@ _py3() { _py() { local python=$1 - arch="all" pkgdesc="$pkgdesc - $python" depends="$depends $python libgit2" install_if="$pkgname=$pkgver-r$pkgrel $python" -- cgit v1.2.3