diff options
-rw-r--r-- | libre/python-django-jinja/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/python-django-jinja/PKGBUILD b/libre/python-django-jinja/PKGBUILD index 1efc0ed6e..54cc4c5f4 100644 --- a/libre/python-django-jinja/PKGBUILD +++ b/libre/python-django-jinja/PKGBUILD @@ -7,11 +7,11 @@ pkgdesc="Simple and nonobstructive jinja2 integration with Django" url="https://niwibe.github.io/django-jinja/" license=('custom:BSD3') -pkgrel=1 +pkgrel=2 arch=(any) makedepends=(python{,2}-{django,jinja,setuptools}) -source=(http://pypi.python.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz) -md5sums=('4f57eeff20fc53946d751d9a60fa803e') +source=(https://files.pythonhosted.org/packages/76/c0/a38626bbf66ed2f2cadbb40c6436986110647dc410df27abdfd0decb99a8/django-jinja-1.3.3.tar.gz) +sha256sums=('df0d5c2deabc33375f288c7ab5462e06c6ecd824ecfa27bfa8bcd5e4ccfb372a') package_python-django-jinja() { depends=(python-{django,jinja}) |