diff options
author | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-05-29 18:45:38 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernandez <hahj87@gmail.com> | 2011-05-29 18:45:38 -0500 |
commit | ffb0ec4eb007a207aaea444c60087957d9354020 (patch) | |
tree | 05e21edce14b4154e60a8a3e470abb10c0ac120a /extra | |
parent | 281b44f8a67bac1be5ccc8697e355758e3852a79 (diff) |
Commiting libre package pyalpm-0.4.2-1
Diffstat (limited to 'extra')
-rw-r--r-- | extra/pyalpm/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/pyalpm/PKGBUILD b/extra/pyalpm/PKGBUILD index 0db22e4d7..3be075a74 100644 --- a/extra/pyalpm/PKGBUILD +++ b/extra/pyalpm/PKGBUILD @@ -4,7 +4,7 @@ pkgname=pyalpm pkgver=0.4.2 pkgrel=1 pkgdesc="Libalpm bindings for Python 3" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://projects.archlinux.org/users/remy/pyalpm.git/" license=('GPL') depends=('python>=3.2' 'pacman<3.6') |