diff options
author | root <root@rshg054.dnsready.net> | 2013-03-01 00:05:33 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-01 00:05:33 -0800 |
commit | 5ae40a63ab4c6838234db5a9da1e99d8bc27875d (patch) | |
tree | dea7d338ac603743f5a323dc8f82b76bdbf5ab2e /community/wings3d | |
parent | b56d5949c9b0c3b40a942cd83f71e4420473435b (diff) |
Fri Mar 1 00:05:33 PST 2013
Diffstat (limited to 'community/wings3d')
-rw-r--r-- | community/wings3d/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/wings3d/PKGBUILD b/community/wings3d/PKGBUILD index a03916839..1cc5d5830 100644 --- a/community/wings3d/PKGBUILD +++ b/community/wings3d/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 80322 2012-11-19 22:41:50Z arodseth $ +# $Id: PKGBUILD 85259 2013-02-28 10:18:30Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: kappa <kappacurve@gmail.com> pkgname=wings3d _pkgname=wings pkgver=1.4.1 -pkgrel=10 +pkgrel=12 pkgdesc='3D modeling program' arch=('x86_64' 'i686') url='http://www.wings3d.com/' license=('GPL') -depends=('erlang-sdl' 'erlang-cl' 'bash' 'desktop-file-utils') +depends=('erlang-sdl' 'erlang-cl' 'bash' 'desktop-file-utils' 'erlang=R15B03_1') makedepends=('setconf' 'gendesk') optdepends=('povray: rendering support via POV-Ray') install=$pkgname.install |