summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Legner2019-11-27 23:19:35 +0100
committerSimon Legner2019-11-27 23:19:35 +0100
commit12d8d1a7173e54ba985355ea4ff32510ee3374ae (patch)
treeeb5677d51320ba9a3942c1947fab7ed946c4d890 /PKGBUILD
parent390813bd63d7201e577c1863e6a45a4889dac46b (diff)
downloadaur-flacsync-git.tar.gz
upgpkg: flacsync-git 0.3.2.r4.gfe95e74-3
dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1cf916141b0b..0cad59efabe1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ pkgver() {
cd "$pkgname"
git describe --long --tags | sed -r 's/^v//;s/([^-]*-g)/r\1/;s/-/./g'
}
-pkgrel=2
+pkgrel=3
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' 'python-imaging' 'mutagen' 'flac')
-makedepends=('git' 'python2-distribute')
+depends=('python2' 'python2-setuptools' 'python2-pillow' 'python2-mutagen' 'flac')
+makedepends=('git')
optdepends=('neroaacenc: AAC encoding'
'neroaactag: AAC tagging'
'vorbis-tools: OGG Vorbis encoding and tagging'