aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-pygit2
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-11-02 11:51:56 +0200
committerTimo Teräs <timo.teras@iki.fi>2016-11-02 11:51:56 +0200
commita2e061d5095bdd9ec5421e02fdfe2315e1b05136 (patch)
tree882fc377c12fe7e5d23ab7de7c519305ad771f4a /community/py-pygit2
parent84640d4e8fd8a12e4b2caf67d9ab0c37931eaf76 (diff)
downloadaports-a2e061d5095bdd9ec5421e02fdfe2315e1b05136.tar.bz2
aports-a2e061d5095bdd9ec5421e02fdfe2315e1b05136.tar.xz
community/[various]: dont set arch in split function
Diffstat (limited to 'community/py-pygit2')
-rw-r--r--community/py-pygit2/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/community/py-pygit2/APKBUILD b/community/py-pygit2/APKBUILD
index 17f845e407..83e63bb3c0 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"