summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef904ef6c7ad..9e57d27cfbf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Contributor: speps <speps at aur dot archlinux dot org>
pkgname=exif-py
-pkgver=2.1.2
-pkgrel=3
+pkgver=2.2.0
+pkgrel=1
pkgdesc="Easy to use Python module to extract Exif metadata from tiff and jpeg files."
arch=('i686' 'x86_64')
url="https://github.com/ianare/exif-py"
license=('custom:BSD')
depends=('python2' 'exifread')
source=("https://github.com/ianare/exif-py/archive/$pkgver.tar.gz")
-md5sums=('931117de55f9ba02b412f131108aff0f')
+md5sums=('8d0d6928c65867daa3acffeb17c6e3b1')
package() {
cd "$srcdir/$pkgname-$pkgver"