diff options
Diffstat (limited to 'libre/povray')
-rw-r--r-- | libre/povray/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/povray/PKGBUILD b/libre/povray/PKGBUILD index 431a90f97..a03e7aa8c 100644 --- a/libre/povray/PKGBUILD +++ b/libre/povray/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 144102 2015-10-15 11:33:43Z bpiotrowski $ +# $Id: PKGBUILD 149502 2015-12-07 01:47:47Z arojas $ # Maintainer (Arch): Alexander Rødseth <rodseth@gmail.com> # Contributor (Arch): Tom Newsom <Jeepster@gmx.co.uk> # Contributor (Arch): tobias <tobias@archlinux.org> @@ -10,10 +10,10 @@ _pkgname=povray-libre pkgname=povray pkgver=3.7 -pkgrel=9.parabola1 +pkgrel=10.parabola1 epoch=1 pkgdesc='Script based raytracer for creating 3D graphics, without nonfree documentation' -arch=('x86_64' 'i686' 'mips64el') +arch=('x86_64' 'i686') license=('AGPL3') url='http://povray.org/' depends=('libtiff' 'libpng' 'boost-libs') |