diff options
Diffstat (limited to 'extra/id3')
-rw-r--r-- | extra/id3/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/id3/PKGBUILD b/extra/id3/PKGBUILD index 6ef72b356..365eeb3b6 100644 --- a/extra/id3/PKGBUILD +++ b/extra/id3/PKGBUILD @@ -4,9 +4,9 @@ pkgname=id3 pkgver=0.78 -pkgrel=3 +pkgrel=3.1 pkgdesc="Utility to edit id3v1 and id3v2 tags" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://freshmeat.net/projects/id3" license=('BSD') depends=('gcc-libs') |