summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgileri2022-07-09 21:11:35 +0200
committergileri2022-07-09 21:11:35 +0200
commit62f134fc8526289cff4dedf9cdf8f1c7d6637795 (patch)
tree26c8af43cd376a1e3c98e9452e1f9015b3e48cf3
parented356ebc94e57f333f1b7fbd481d3608e3f05962 (diff)
downloadaur-62f134fc8526289cff4dedf9cdf8f1c7d6637795.tar.gz
Remove pymp4 from dependencies
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c566becd7a03..00e732f6b12d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=mapillary_tools-git
_pkgname=mapillary_tools
-pkgver=r1316.496deac
+pkgver=r1442.92624cc
pkgrel=1
pkgdesc="Library for processing and uploading geotagged images to Mapillary"
url="https://github.com/mapillary/mapillary_tools"
-depends=('python-exifread' 'python-gpxpy' 'python-pillow' 'python-piexif' 'python-pytz' 'python-yaml' 'python-tqdm' 'python-pynmea2' 'python-dateutil' 'python-requests' 'python-pymp4' 'python-construct')
+depends=('python-exifread' 'python-gpxpy' 'python-pillow' 'python-piexif' 'python-pytz' 'python-yaml' 'python-tqdm' 'python-pynmea2' 'python-dateutil' 'python-requests' 'python-construct')
provides=(mapillary_tools)
license=('BSD')
arch=('any')