diff options
Diffstat (limited to 'community/discid')
-rw-r--r-- | community/discid/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/discid/PKGBUILD b/community/discid/PKGBUILD index d77a3a02c..a78f15c1a 100644 --- a/community/discid/PKGBUILD +++ b/community/discid/PKGBUILD @@ -6,7 +6,7 @@ pkgname=discid pkgver=0.1.3 pkgrel=4 pkgdesc="A program to calculate the disc-ID for audio compact discs" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://discid.sourceforge.net" license=("GPL") depends=(gcc-libs) |