diff options
Diffstat (limited to 'community/subtitleeditor/PKGBUILD')
-rw-r--r-- | community/subtitleeditor/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/subtitleeditor/PKGBUILD b/community/subtitleeditor/PKGBUILD index 1cb1f0f91..78db7eab4 100644 --- a/community/subtitleeditor/PKGBUILD +++ b/community/subtitleeditor/PKGBUILD @@ -5,7 +5,7 @@ pkgname=subtitleeditor pkgver=0.41.0 pkgrel=1 pkgdesc="A GTK+2 tool to edit subtitles for GNU/Linux/*BSD" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://home.gna.org/subtitleeditor/" license=('GPL3') depends=('desktop-file-utils' 'enchant' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' @@ -21,7 +21,6 @@ sha256sums=('30e7fc29e8a6e714f6b0eedf80b2b387099957b9d70093fa0032fd5528b14e62') build() { cd ${srcdir}/$pkgname-$pkgver - ./configure --prefix=/usr make } |