diff --git a/PKGBUILD b/PKGBUILD index e1e16f3..594fa82 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,10 +2,10 @@ pkgname=python2-djblets pkgver=0.6.31 -pkgrel=1 +pkgrel=2 pkgdesc="A collection of useful extensions for Django." license=('MIT') -arch=('i686' 'x86_64' 'armv7h') +arch=('i686' 'x86_64' 'armv7h' 'armv6h') url="https://github.com/djblets/djblets" depends=('python2') makedepends=('python2-distribute')