diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2013-03-31 23:53:05 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2013-03-31 23:53:05 -0500 |
commit | ee06a89d3bbc8a5479b23e34fffd08fa1281a66e (patch) | |
tree | 36b939a772a378d2dc7959af6a749e9ea0713bb8 /community/python-pygit2/PKGBUILD | |
parent | b0e566651936bf5dc259554c96b30a5502392959 (diff) |
Add mips64el in archs
Diffstat (limited to 'community/python-pygit2/PKGBUILD')
-rw-r--r-- | community/python-pygit2/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/python-pygit2/PKGBUILD b/community/python-pygit2/PKGBUILD index fa3dcbb15..2c231239b 100644 --- a/community/python-pygit2/PKGBUILD +++ b/community/python-pygit2/PKGBUILD @@ -8,7 +8,7 @@ pkgdesc='Python bindings for libgit2' url="https://github.com/libgit2/pygit2" depends=(libgit2) makedepends=(python python2) -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) license=('GPL2') source=(https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz) md5sums=('d7a03ddd2d3b0dee1c7ee89998dd3022') |