summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97e474fccea2..99453a82c160 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Samantha Baldwin <fuhsaz 'plus' aur 'at' cryptic 'dot' li>
pkgname=mktoc
pkgver=1.3
-pkgrel=1
+pkgrel=2
pkgdesc="Simple command line tool to create TOC files for CD burning with cdrdao"
arch=('any')
url="https://pythonhosted.org/mktoc/"
license=('GPL')
-depends=('python2')
+depends=('python2' 'python2-setuptools' 'python2-chardet')
options=(!emptydirs)
source=("https://github.com/cmcginty/mktoc/raw/master/dist/${pkgname}-${pkgver}.tar.gz")
md5sums=('2eabcdc8c9433d1a398e113b8a8299b4')