summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Legner2019-11-27 23:16:17 +0100
committerSimon Legner2019-11-27 23:16:17 +0100
commit4f1ffb765c0c76ca95d56c0d45ce3c63c10530b7 (patch)
tree7d2b156ba085e87f6319e26d268dac6e1b4c33b7 /PKGBUILD
parent44b1875afbe4224612d044efb77f966c565feebb (diff)
downloadaur-4f1ffb765c0c76ca95d56c0d45ce3c63c10530b7.tar.gz
upgpkg: flacsync 0.3.2-6
dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b30762da5946..311578d2a062 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Constributor: intel <intel@ss4200>
# Maintainer: Simon Legner <Simon.Legner@gmail.com>
-pkgname=flacsync
+pkgname=flacsync
pkgver=0.3.2
-pkgrel=5
+pkgrel=6
pkgdesc="Recursively mirror a directory tree of FLAC audio files to AAC/OGG"
url="https://github.com/cmcginty/flacsync"
arch=('any')
license=('GPL')
-depends=('python2' 'python2-setuptools' 'python-imaging' 'mutagen' 'flac')
+depends=('python2' 'python2-setuptools' 'python2-pillow' 'python2-mutagen' 'flac')
optdepends=('neroaacenc: AAC encoding'
'neroaactag: AAC tagging'
'vorbis-tools: OGG Vorbis encoding and tagging'