diff --git a/PKGBUILD b/PKGBUILD index f3f086d..7bc0285 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: Kwpolska +# Maintainer: Chris “Kwpolska” Warrick pkgname=pkgbuilder _pyname=pkgbuilder pkgver=3.3.1 @@ -7,7 +7,7 @@ pkgdesc='A Python AUR helper/library.' arch=('any') url='https://github.com/Kwpolska/pkgbuilder' license=('BSD') -depends=('python' 'pyalpm>=0.5.1-1' 'python-requests' 'rsync') +depends=('python' 'python-setuptools' 'pyalpm>=0.5.1-1' 'python-requests' 'rsync') options=(!emptydirs) source=("http://pypi.python.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz") md5sums=('e43666b7aa959b4073b190b93e7679f7') diff --git a/PKGBUILD-git b/PKGBUILD-git index 9c7e4d6..bcfea3b 100644 --- a/PKGBUILD-git +++ b/PKGBUILD-git @@ -1,4 +1,4 @@ -# Maintainer: Kwpolska +# Maintainer: Chris “Kwpolska” Warrick pkgname=pkgbuilder-git _pyname=pkgbuilder _gitname=pkgbuilder @@ -8,7 +8,7 @@ pkgdesc='A Python AUR helper/library. (git version)' arch=('any') url='https://github.com/Kwpolska/pkgbuilder' license=('BSD') -depends=('python' 'pyalpm>=0.5.1-1' 'python-requests' 'rsync') +depends=('python' 'python-setuptools' 'pyalpm>=0.5.1-1' 'python-requests' 'rsync') makedepends=('git') options=(!emptydirs) provides=('pkgbuilder')