diff options
Diffstat (limited to 'community/pkgtools/PKGBUILD')
-rw-r--r-- | community/pkgtools/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/pkgtools/PKGBUILD b/community/pkgtools/PKGBUILD index 4a26907f4..483c97d51 100644 --- a/community/pkgtools/PKGBUILD +++ b/community/pkgtools/PKGBUILD @@ -4,7 +4,7 @@ pkgname=pkgtools pkgver=24 pkgrel=1 pkgdesc="A collection of scripts for Arch Linux packages" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://bbs.archlinux.org/viewtopic.php?pid=384196" license=('GPL') source=(v$pkgver::http://github.com/Daenyth/pkgtools/tarball/v$pkgver) |