summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2137188923d4..2b2d1d03c47c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-exif
pkgdesc = Read and modify image EXIF metadata
pkgver = 1.6.0
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.com/TNThieding/exif
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 30fa40986c00..04880f429cf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_py_name=exif
pkgname=python-$_py_name
pkgver=1.6.0
-pkgrel=2
+pkgrel=3
pkgdesc='Read and modify image EXIF metadata'
arch=(any)
url="https://gitlab.com/TNThieding/$_py_name"
license=(MIT)
-_py_deps=(plum)
+_pydeps=(plum)
depends=(python
- "${_py_deps[@]/#/python-}")
+ "${_pydeps[@]/#/python-}")
_archive="$_py_name-$pkgver"
makedepends=(python-{build,installer,wheel}
python-setuptools)