diff options
Diffstat (limited to 'social/opentracker/PKGBUILD')
-rw-r--r-- | social/opentracker/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/social/opentracker/PKGBUILD b/social/opentracker/PKGBUILD index f328607e7..fffb5d712 100644 --- a/social/opentracker/PKGBUILD +++ b/social/opentracker/PKGBUILD @@ -4,13 +4,13 @@ pkgname=opentracker pkgver=20111020 pkgrel=1 pkgdesc='An open and free bittorrent tracker (open mode)' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://erdgeist.org/arts/software/opentracker/' license=('custom:Beer' 'GPL') makedepends=('libowfat' 'cvs') depends=('bash' 'zlib') backup=('etc/opentracker/config') -install=${pkgname}.install +#install=${pkgname}.install source=("http://repo.parabolagnulinux.org/other/${pkgname}-${pkgver}.tar.gz" 'opentracker.rc.d' 'license.txt') |