summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSamantha Baldwin2017-02-06 08:58:53 -0500
committerSamantha Baldwin2017-02-06 08:58:53 -0500
commit085c2c1afbd0d87972e31fceff87a8be0e57fbe7 (patch)
treedab3744d6ece00cded4d223c4124d7cb5c76c28b /PKGBUILD
parentc0943625f9aaeb1986bc815fb675111aab5b9d15 (diff)
downloadaur-mktoc.tar.gz
add python2-setuptools, -chardet to deps
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')