summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam2021-11-07 02:16:31 +0000
committerSam2021-11-07 02:16:31 +0000
commitd084825ef557a957c1be8c738b5a6f490d78b849 (patch)
tree5f581e4235f6a1e949b4d1cdcea274e0e0f694e9
parent4b84eb0155ff1a88238e4314b955144f1c334604 (diff)
downloadaur-d084825ef557a957c1be8c738b5a6f490d78b849.tar.gz
updpkg: python-pyexiftool 0.4.11-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecc997657c6c..a8be9abff7e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pyexiftool
pkgdesc = Library to communicate with an instance of ExifTool command-line application
pkgver = 0.4.11
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sylikc/pyexiftool
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 5b6cfa1d2911..4791f963a675 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgbase=pyexiftool
_pkgname=PyExifTool
pkgname='python-pyexiftool'
pkgver=0.4.11
-pkgrel=1
+pkgrel=2
pkgdesc="Library to communicate with an instance of ExifTool command-line application"
arch=('any')
url="https://github.com/sylikc/${pkgbase}"
@@ -29,7 +29,7 @@ package() {
--no-compile \
--no-warn-script-location \
${_pkgname//-/_}-$pkgver-py3-none-any.whl
- python -O -m compileall -j "$(nproc)" -s "$pkgdir" "$pkgdir/usr/lib/"
+ python -O -m compileall -s "$pkgdir" "$pkgdir/usr/lib/"
mapfile -t direct_url_file < <(find "$pkgdir"/usr/lib -type f -name 'direct_url.json')
rm -rvf "${direct_url_file[@]}" || true
install -Dm644 "${_pkgname//-/_}-$pkgver.dist-info/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"