diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-03-29 10:56:42 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-03-29 10:56:42 -0500 |
commit | f9439343e095f5afe20ccc559f041f8c83847cb3 (patch) | |
tree | 0ebe3f6620e0edf1ef714c0442a5aaa0da4dd59c | |
parent | a8e178dc4b9394552f0c95eebdfc2c27da57c6cd (diff) | |
download | abslibre-f9439343e095f5afe20ccc559f041f8c83847cb3.tar.gz abslibre-f9439343e095f5afe20ccc559f041f8c83847cb3.tar.bz2 abslibre-f9439343e095f5afe20ccc559f041f8c83847cb3.zip |
mat: Add mutagen dependency - Bug #1261 -> https://labs.parabola.nu/issues/1267
-rw-r--r-- | pcr/mat/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pcr/mat/PKGBUILD b/pcr/mat/PKGBUILD index 8e83286d3..93192cecf 100644 --- a/pcr/mat/PKGBUILD +++ b/pcr/mat/PKGBUILD @@ -4,14 +4,14 @@ pkgname=mat pkgver=0.6.1 -pkgrel=1 +pkgrel=1.1 pkgdesc="Metadata anonymisation toolkit" arch=('any') url="https://mat.boum.org" license=('GPL2') -depends=('python2-distutils-extra' 'python2' 'python2-cairo' 'python2-poppler' 'python2-pdfrw' 'python2-gobject' 'python2-pillow') -optdepends=('perl-image-exiftool: extended image support', -'mutagen: extended audio format support') +depends=('mutagen' 'python2-distutils-extra' 'python2' 'python2-cairo' + 'python2-poppler' 'python2-pdfrw' 'python2-gobject' 'python2-pillow') +optdepends=('perl-image-exiftool: extended image support') source=(https://mat.boum.org/files/mat-${pkgver}.tar.xz) sha256sums=('0782e7db554ad1dddefd71c9c81e36a05464d73ab54ee2a474ea6ac90e8e51b9') |