summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam2022-03-27 02:28:01 +0000
committerSam2022-03-27 02:28:01 +0000
commita76ae6eb89d973320dbc16701c564a5c5205fa92 (patch)
tree1e991202bd6527fe9a13135ef3e83d3d34397534
parentc2c8d789befc3fda202fe956004ee094eaeefdc8 (diff)
downloadaur-a76ae6eb89d973320dbc16701c564a5c5205fa92.tar.gz
updpkg: python-pyexiftool 0.5.3-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac43cdc80eeb..17698eeeb793 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = pyexiftool
pkgdesc = Library to communicate with an instance of ExifTool command-line application
- pkgver = 0.5.2
+ pkgver = 0.5.3
pkgrel = 1
url = https://github.com/sylikc/pyexiftool
arch = any
license = GPL3
makedepends = python-pip
- source = https://files.pythonhosted.org/packages/py3/P/PyExifTool/PyExifTool-0.5.2-py3-none-any.whl
- sha512sums = 9a9e0fdacad6f013e581943761ab33e0b056ac10dc2522cc5e7a925fe5aca9a3b6b395499401c1b3257cdd2b5457d6e98373a4da183ae029b378f97269860f6c
+ source = https://files.pythonhosted.org/packages/py3/P/PyExifTool/PyExifTool-0.5.3-py3-none-any.whl
+ sha512sums = 9ae341022d04484769ffa81d2a61a442a98a15dc02708dfa11be87e73c6ca6f26ad4f7d646d716ab6ccd772a8c11c2553941571ff88404008fd8dbb7e58bd448
pkgname = python-pyexiftool
diff --git a/PKGBUILD b/PKGBUILD
index 67fb4564533e..dcb677758002 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=pyexiftool
_pkgname=PyExifTool
pkgname='python-pyexiftool'
-pkgver=0.5.2
+pkgver=0.5.3
pkgrel=1
pkgdesc="Library to communicate with an instance of ExifTool command-line application"
arch=('any')
@@ -17,7 +17,7 @@ _pkgname_prefix="${_pkgname:0:1}"
_pkgname_underscored="${_pkgname//-/_}"
_pkgurl="https://files.pythonhosted.org/packages/py3/$_pkgname_prefix/$_pkgname/$_pkgname_underscored-$pkgver-py3-none-any.whl"
source=("$_pkgurl")
-sha512sums=('9a9e0fdacad6f013e581943761ab33e0b056ac10dc2522cc5e7a925fe5aca9a3b6b395499401c1b3257cdd2b5457d6e98373a4da183ae029b378f97269860f6c')
+sha512sums=('9ae341022d04484769ffa81d2a61a442a98a15dc02708dfa11be87e73c6ca6f26ad4f7d646d716ab6ccd772a8c11c2553941571ff88404008fd8dbb7e58bd448')
package() {
cd "$srcdir" || exit