diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-04-20 07:26:48 +0200 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-04-20 07:29:49 +0200 |
commit | c82e644a1d25556a946478eb1de44041b29a1322 (patch) | |
tree | 67f7d3fb8c86017ba36212602d86e72fa8ef9b6f | |
parent | 0dde27a0f3fd11a8d3195faedf2dd08193b0d425 (diff) | |
download | abslibre-c82e644a1d25556a946478eb1de44041b29a1322.tar.gz abslibre-c82e644a1d25556a946478eb1de44041b29a1322.tar.bz2 abslibre-c82e644a1d25556a946478eb1de44041b29a1322.zip |
libre/openexr: rebuilt
-rw-r--r-- | libre/openexr/PKGBUILD | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/libre/openexr/PKGBUILD b/libre/openexr/PKGBUILD index bcda2968a..684e62269 100644 --- a/libre/openexr/PKGBUILD +++ b/libre/openexr/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 252478 2015-12-05 16:48:29Z allan $ +# $Id$ # Maintainer (Arch): Tobias Powalowski <tpowa@archlinux.org> # Maintainer (Hyperbola): André Silva <emulatorman@hyperbola.info> # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> @@ -6,10 +6,13 @@ pkgname=openexr _pkgname=$pkgname-libre pkgver=2.2.1 -pkgrel=1.parabola1 -pkgdesc="An high dynamic-range image file format library, without embedded nonfree fonts in the documentation" -url="http://www.$pkgname.com/" -arch=('i686' 'x86_64' 'armv7h') +pkgrel=1 +pkgrel+=.parabola2 +pkgdesc="An high dynamic-range image file format library" +pkgdesc+=", without embedded nonfree fonts in the documentation" +url="http://www.openexr.com/" +arch=('x86_64') +arch+=('i686' 'armv7h') license=('BSD3') depends=('zlib' 'ilmbase') makedepends=('unoconv' 'libepoxy') |