summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO5
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e09a60089c4..9c9b0986366c 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,14 @@
pkgbase = python3-django-tagging
pkgdesc = A generic tagging application for Django projects in python3
pkgver = 0.5.0
- pkgrel = 5
+ pkgrel = 6
url = https://pypi.python.org/pypi/django-tagging
arch = any
license = MIT
makedepends = python-setuptools
+ makedepends = python-build
+ makedepends = python-installer
+ makedepends = python-wheel
depends = python-django
source = https://files.pythonhosted.org/packages/d2/9b/a137d764eb990ac353399d244aa96c7cf02aabe3c58be5a74418406bb838/django-tagging-0.5.0.tar.gz
sha256sums = 28d68fa4831705e51ad7d1e845ed6dd9e354f9b6f8a5f63b655a430646ef4e8d
diff --git a/PKGBUILD b/PKGBUILD
index 5b4dac6cbf58..ddd169311e9a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=python3-django-tagging
_pkgname=django-tagging
pkgver=0.5.0
-pkgrel=5
+pkgrel=6
pkgdesc="A generic tagging application for Django projects in python3"
arch=('any')
url='https://pypi.python.org/pypi/django-tagging'
license=('MIT')
depends=('python-django')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
source=("https://files.pythonhosted.org/packages/d2/9b/a137d764eb990ac353399d244aa96c7cf02aabe3c58be5a74418406bb838/${_pkgname}-${pkgver}.tar.gz")
sha256sums=('28d68fa4831705e51ad7d1e845ed6dd9e354f9b6f8a5f63b655a430646ef4e8d')