summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd9b6630c53a..a184628d6c9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=libtiff-maya-git
-pkgver=4.3.0.r209.gb92d4ad0
+pkgver=4.4.0.r65.g8e9ce052
pkgrel=1
pkgdesc="TIFF library and utilities (built with --enable-ld-version-script flag for maya support)"
arch=('i686' 'x86_64')
@@ -46,5 +46,5 @@ package() {
cd "libtiff"
make DESTDIR="$pkgdir" install
- install -Dm644 "COPYRIGHT" -t "$pkgdir/usr/share/licenses/libtiff"
+ install -Dm644 "LICENSE.md" -t "$pkgdir/usr/share/licenses/libtiff"
}