mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/openimageio to 2.0.5-1
This commit is contained in:
parent
15b11d574c
commit
8e22088453
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
|||
# - link against libatomic for v5/v6
|
||||
|
||||
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/"
|
||||
|
@ -44,5 +44,5 @@ package() {
|
|||
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||
install -Dm644 ../LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE".md
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue