summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam2022-03-05 02:17:30 +0000
committerSam2022-03-05 02:17:30 +0000
commitc2c8d789befc3fda202fe956004ee094eaeefdc8 (patch)
tree1f300fd096d3918590abe440dd302876f51a18bf
parentc79d0fb1bcff2cb8d74851c5a400b98d33a37370 (diff)
downloadaur-c2c8d789befc3fda202fe956004ee094eaeefdc8.tar.gz
updpkg: python-pyexiftool 0.5.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09002f301045..ac43cdc80eeb 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.0
+ pkgver = 0.5.2
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.0-py3-none-any.whl
- sha512sums = 09267ee5e725ffd37cf2b2df46a83b1d4bdbd401096d4a9f24d5a8d4477e1e8678f164bfcd96fb73f873aef151933fe82859e6180b1a6dac1ea91bc87319f6c8
+ source = https://files.pythonhosted.org/packages/py3/P/PyExifTool/PyExifTool-0.5.2-py3-none-any.whl
+ sha512sums = 9a9e0fdacad6f013e581943761ab33e0b056ac10dc2522cc5e7a925fe5aca9a3b6b395499401c1b3257cdd2b5457d6e98373a4da183ae029b378f97269860f6c
pkgname = python-pyexiftool
diff --git a/PKGBUILD b/PKGBUILD
index 8c2f311073cd..67fb4564533e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase=pyexiftool
_pkgname=PyExifTool
pkgname='python-pyexiftool'
-pkgver=0.5.0
+pkgver=0.5.2
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=('09267ee5e725ffd37cf2b2df46a83b1d4bdbd401096d4a9f24d5a8d4477e1e8678f164bfcd96fb73f873aef151933fe82859e6180b1a6dac1ea91bc87319f6c8')
+sha512sums=('9a9e0fdacad6f013e581943761ab33e0b056ac10dc2522cc5e7a925fe5aca9a3b6b395499401c1b3257cdd2b5457d6e98373a4da183ae029b378f97269860f6c')
package() {
cd "$srcdir" || exit