Date: Saturday, July 13, 2019 @ 04:02:00 Author: svenstaro Revision: 489312
upgpkg: openimageio 2.0.5-1 Modified: openimageio/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-07-13 03:40:37 UTC (rev 489311) +++ PKGBUILD 2019-07-13 04:02:00 UTC (rev 489312) @@ -2,8 +2,8 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> pkgname=openimageio -pkgver=1.8.17 -pkgrel=4 +pkgver=2.0.5 +pkgrel=1 pkgdesc="A library for reading and writing images, including classes, utilities, and applications" arch=(x86_64) url="http://www.openimageio.org/" @@ -39,5 +39,5 @@ make DESTDIR="$pkgdir" install - install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + install -Dm644 ../LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE".md }
