udftools: update to 2.0.

This commit is contained in:
maxice8 2018-01-03 13:10:14 -02:00 committed by Leаh Neukirchen
parent 70009408f6
commit 1e066830d7

View file

@ -1,6 +1,6 @@
# Template file for 'udftools'
pkgname=udftools
version=1.3
version=2.0
revision=1
build_style=gnu-configure
makedepends="ncurses-devel readline-devel"
@ -9,4 +9,8 @@ maintainer="Pierre Allegraud <lyzech@yahoo.fr>"
license="GPL-2"
homepage="https://github.com/pali/udftools/"
distfiles="https://github.com/pali/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.gz"
checksum=00562a440de7b855df8127f8f798df657d53f20d9a205a7041fed37c8a07d4cb
checksum=67fe428d452901215cfad8049d250540c97114b1a20dd63277b91c2c4fae8292
post_install() {
mv "$PKGDESTDIR"/lib "$PKGDESTDIR"/usr/lib
}