summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormrxx2020-07-31 18:20:40 +0200
committermrxx2020-07-31 18:20:40 +0200
commitea8a40f7c72ea40008425ee8c287574e3afcad1e (patch)
treeed30d6480ccbc0e3011c4c819f53f549e7032dd7
parenta363f43a73b44c0e6e6976f678d0b85707933270 (diff)
downloadaur-ea8a40f7c72ea40008425ee8c287574e3afcad1e.tar.gz
Update to 2.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d64e5c555aef..63d1c6b88995 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = exif-py
pkgdesc = Easy to use Python2 module to extract Exif metadata from tiff and jpeg files.
- pkgver = 2.2.0
- pkgrel = 3
+ pkgver = 2.2.1
+ pkgrel = 1
url = https://github.com/ianare/exif-py
arch = any
license = BSD
@@ -9,8 +9,8 @@ pkgbase = exif-py
depends = python2
conflicts = exifread
replaces = exifread
- source = exif-py-2.2.0.tar.gz::https://github.com/ianare/exif-py/archive/2.2.0.tar.gz
- sha1sums = eec3d5f355a210d78409ec91dee2b794e482410a
+ source = exif-py-2.2.1.tar.gz::https://github.com/ianare/exif-py/archive/2.2.1.tar.gz
+ sha1sums = 695f83f5ea3beee1d7d990ef16ea9fb9efca62cb
pkgname = exif-py
diff --git a/PKGBUILD b/PKGBUILD
index 8f07169f9e7a..50ca42db4f4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: speps <speps at aur dot archlinux dot org>
pkgname=exif-py
-pkgver=2.2.0
-pkgrel=3
+pkgver=2.2.1
+pkgrel=1
pkgdesc="Easy to use Python2 module to extract Exif metadata from tiff and jpeg files."
arch=('any')
url="https://github.com/ianare/exif-py"
@@ -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=('eec3d5f355a210d78409ec91dee2b794e482410a')
+sha1sums=('695f83f5ea3beee1d7d990ef16ea9fb9efca62cb')
build() {
cd "$pkgname-$pkgver"