summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index addec2f3d63a..becb85fab558 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = exif-py
pkgdesc = Easy to use Python2 module to extract Exif metadata from tiff and jpeg files.
- pkgver = 2.3.1
+ pkgver = 2.3.2
pkgrel = 1
url = https://github.com/ianare/exif-py
arch = any
@@ -9,8 +9,8 @@ pkgbase = exif-py
depends = python2
conflicts = exifread
replaces = exifread
- source = exif-py-2.3.1.tar.gz::https://github.com/ianare/exif-py/archive/2.3.1.tar.gz
- sha1sums = 0982b11e578724400ca79026ca2d56a84a69c34b
+ source = exif-py-2.3.2.tar.gz::https://github.com/ianare/exif-py/archive/2.3.2.tar.gz
+ sha1sums = 9653949851358b6a65fa784601bfe9306621aec6
pkgname = exif-py
diff --git a/PKGBUILD b/PKGBUILD
index 6c7aef048719..048dddd2cd65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: speps <speps at aur dot archlinux dot org>
pkgname=exif-py
-pkgver=2.3.1
+pkgver=2.3.2
pkgrel=1
pkgdesc="Easy to use Python2 module to extract Exif metadata from tiff and jpeg files."
arch=('any')
@@ -13,7 +13,7 @@ makedepends=('python2-setuptools')
conflicts=('exifread')
replaces=('exifread')
source=("$pkgname-$pkgver.tar.gz::https://github.com/ianare/exif-py/archive/$pkgver.tar.gz")
-sha1sums=('0982b11e578724400ca79026ca2d56a84a69c34b')
+sha1sums=('9653949851358b6a65fa784601bfe9306621aec6')
build() {
cd "$pkgname-$pkgver"