diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-07-02 21:19:07 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-07-02 21:19:07 -0500 |
commit | 7a3ae7b6a82df48cab49fd49220098cd063dfb24 (patch) | |
tree | a24b67b6c5e378d1fe0dc6f29be918bee0845a85 | |
parent | 4eb9da25b6981c15b10c2ca1f66f5e1b344266f7 (diff) | |
download | abslibre-7a3ae7b6a82df48cab49fd49220098cd063dfb24.tar.gz abslibre-7a3ae7b6a82df48cab49fd49220098cd063dfb24.tar.bz2 abslibre-7a3ae7b6a82df48cab49fd49220098cd063dfb24.zip |
povray-1:3.7-15.parabola1: rebuild
-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 86cafe64c..41f07bd22 100644 --- a/libre/povray/PKGBUILD +++ b/libre/povray/PKGBUILD @@ -10,14 +10,14 @@ _pkgname=povray-libre pkgname=povray pkgver=3.7 -pkgrel=14.parabola1 +pkgrel=15.parabola1 epoch=1 pkgdesc='Script based raytracer for creating 3D graphics, without nonfree documentation' arch=('x86_64' 'i686' 'armv7h') license=('AGPL3') url='http://povray.org/' -depends=('libtiff' 'libpng' 'boost-libs') -makedepends=('boost') +depends=('libtiff' 'libpng' 'boost-libs' 'openexr') +makedepends=('boost' 'openexr') conflicts=("$_pkgname") replaces=("$_pkgname") backup=("etc/povray/$pkgver/povray.conf" |