summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1be13e4ef3b0..c49a27e3171d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = flacsync-git
pkgdesc = Recursively mirror a directory tree of FLAC audio files to AAC/OGG
pkgver = 0.3.2.r4.gfe95e74
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/cmcginty/flacsync
arch = any
license = GPL
makedepends = git
- makedepends = python2-distribute
depends = python2
- depends = python-imaging
- depends = mutagen
+ depends = python2-setuptools
+ depends = python2-pillow
+ depends = python2-mutagen
depends = flac
optdepends = neroaacenc: AAC encoding
optdepends = neroaactag: AAC tagging
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'