summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bec317e2f20..91dec6cc93cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = exif-py
pkgdesc = Easy to use Python module to extract Exif metadata from tiff and jpeg files.
pkgver = 2.1.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ianare/exif-py
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index fbca149f6322..ef904ef6c7ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=exif-py
pkgver=2.1.2
-pkgrel=2
+pkgrel=3
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"