diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-09-02 23:39:58 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-09-02 23:39:58 -0300 |
commit | 7c32f1ed6b2d31beda7c7e01f0862343236f3966 (patch) | |
tree | 64117729ff32da617460c86aaf3c284837ff8ccc | |
parent | c82a20c82eb99dacb3e26c3b6e93d2eca47f0ed4 (diff) | |
download | abslibre-7c32f1ed6b2d31beda7c7e01f0862343236f3966.tar.gz abslibre-7c32f1ed6b2d31beda7c7e01f0862343236f3966.tar.bz2 abslibre-7c32f1ed6b2d31beda7c7e01f0862343236f3966.zip |
openimageio: fix desc
-rw-r--r-- | libre/openimageio/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/openimageio/PKGBUILD b/libre/openimageio/PKGBUILD index 84ec3570b..345880f0c 100644 --- a/libre/openimageio/PKGBUILD +++ b/libre/openimageio/PKGBUILD @@ -4,8 +4,8 @@ pkgname=openimageio pkgver=1.4.12 -pkgrel=3.2 -pkgdesc='A library for reading and writing images, including classes, utilities, and applications (built for the blender-parabola package)' +pkgrel=3.3 +pkgdesc='A library for reading and writing images, including classes, utilities, and applications (built for the blender package)' arch=('i686' 'x86_64' 'mips64el') url="http://www.$pkgname.org/" license=('custom') |