summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83f32931735f..d5ef5d7af86e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,10 +9,9 @@ arch=(any)
url="https://github.com/twaddington/django-gravatar"
license=('MIT')
options=(!emptydirs)
-install=
source=("https://github.com/twaddington/django-gravatar/archive/${pkgver}.tar.gz")
sha256sums=('b557e25748585647df3774727f2183117691bde1236f3054117e35f66c66f88c')
-
+makedepends=('python-setuptools' 'python2-setuptools')
package_python-django-gravatar() {
depends=('python-django')