python3-exifread: update to 2.3.2.

This commit is contained in:
Peter Bui 2021-01-07 12:39:57 -05:00 committed by Andrew J. Hesford
parent 157f54267e
commit edaa53d24b

View file

@ -1,7 +1,7 @@
# Template file for 'python3-exifread'
pkgname=python3-exifread
version=2.3.1
revision=3
version=2.3.2
revision=1
wrksrc="exif-py-${version}"
build_style="python3-module"
hostmakedepends="python3-setuptools"
@ -11,14 +11,9 @@ maintainer="Peter Bui <pbui@github.bx612.space>"
license="BSD-3-Clause"
homepage="https://github.com/ianare/exif-py"
distfiles="https://github.com/ianare/exif-py/archive/${version}.tar.gz"
checksum=b6b012d72df9af6e8a4fb439914f3a293f0a63c2087c21e94f5b6e1221de45f4
checksum=b595f8644a456d00df98b2f83b5fe17682bba0e7e9f7c8b39fb7130a80b73b0a
conflicts="python-exifread>=0"
pre_build() {
# Upstream didn't update version in this file
sed -i "s/2.1.2/${version}/" exifread/__init__.py
}
post_install() {
vlicense LICENSE.txt
}