summaryrefslogtreecommitdiff
path: root/pcr/django-tagging
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2013-06-14 13:25:42 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2013-06-14 13:25:42 -0500
commit15632c8c124a7f83c58341218dcfd5a82a2dcc2f (patch)
tree58f5dba7336392ea79fab52cf80a6a5905e147bf /pcr/django-tagging
parent5d93d05ec1d8dbaae8c33ecdf4e342c058eb5e6a (diff)
Add mips64el in archs
Diffstat (limited to 'pcr/django-tagging')
-rw-r--r--pcr/django-tagging/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/pcr/django-tagging/PKGBUILD b/pcr/django-tagging/PKGBUILD
index 83f808280..ba6c0def8 100644
--- a/pcr/django-tagging/PKGBUILD
+++ b/pcr/django-tagging/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=django-tagging
pkgver=0.3.1
pkgrel=2
pkgdesc="A generic tagging application for Django projects"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://code.google.com/p/django-tagging/"
license=('MIT')
depends=('python2')
@@ -18,3 +18,4 @@ build() {
python2 setup.py install --root=$pkgdir || return 1
install -D -m644 LICENSE.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
}
+md5sums=('a0855f2b044db15f3f8a025fa1016ddf')