diff options
Diffstat (limited to 'extra/schroedinger/PKGBUILD')
-rw-r--r-- | extra/schroedinger/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/schroedinger/PKGBUILD b/extra/schroedinger/PKGBUILD index 7a8e01134..d11443041 100644 --- a/extra/schroedinger/PKGBUILD +++ b/extra/schroedinger/PKGBUILD @@ -4,9 +4,9 @@ # Contributor: rabyte <rabyte__gmail> pkgname=schroedinger pkgver=1.0.11 -pkgrel=1 +pkgrel=1.1 pkgdesc="An implemenation of the Dirac video codec in ANSI C code" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.diracvideo.org/" license=('GPL2' 'LGPL2.1' 'MPL' 'MIT') depends=('orc' 'gcc-libs') |