diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-19 23:51:21 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-19 23:51:21 -0300 |
commit | 48231eac4031509752d7a67f6aeb22e53c727750 (patch) | |
tree | 1945875e1d451dbf0ad73a40ffa3e2ab060bfae9 /extra/gts/PKGBUILD | |
parent | 881a99bc39f9c17c8aff617fbcf127c7ef82112c (diff) |
Ported graphviz
Diffstat (limited to 'extra/gts/PKGBUILD')
-rw-r--r-- | extra/gts/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/gts/PKGBUILD b/extra/gts/PKGBUILD index 57d38d906..dbbf16546 100644 --- a/extra/gts/PKGBUILD +++ b/extra/gts/PKGBUILD @@ -11,7 +11,7 @@ pkgrel=2 pkgdesc='Provides useful functions to deal with 3D surfaces meshed with interconnected triangles' url='http://gts.sourceforge.net/' license=('LGPL') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('glib2') source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz") sha1sums=('000720bebecf0b153eb28260bd30fbd979dcc040') |