diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-08-25 23:40:53 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-08-25 23:40:53 -0300 |
commit | 6aff6fe1ade84ea2400c256ab694a1ad4695a338 (patch) | |
tree | 18c00107a236d7e38a56b5ea65530443648cf11f /pcr/toluapp/PKGBUILD | |
parent | 4817a44d754f5dedea5b32331ae37704a5043dec (diff) | |
download | abslibre-6aff6fe1ade84ea2400c256ab694a1ad4695a338.tar.gz abslibre-6aff6fe1ade84ea2400c256ab694a1ad4695a338.tar.bz2 abslibre-6aff6fe1ade84ea2400c256ab694a1ad4695a338.zip |
add mips64el support
Diffstat (limited to 'pcr/toluapp/PKGBUILD')
-rw-r--r-- | pcr/toluapp/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/toluapp/PKGBUILD b/pcr/toluapp/PKGBUILD index faf09878a..0b81a5162 100644 --- a/pcr/toluapp/PKGBUILD +++ b/pcr/toluapp/PKGBUILD @@ -9,7 +9,7 @@ url="http://www.codenix.com/~tolua" depends=('lua') makedepends=('scons') license=('MIT') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') source=(http://www.codenix.com/~tolua/tolua++-${pkgver}.tar.bz2 config_linux.py) md5sums=('100aa6907b8108582080b37d79c0afd7' 'f85232adfa873ea012088dd4d7fb63d7') |