summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10de4cbc1b51..50354d560bef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,8 +8,8 @@ pkgbase = python-django-rest-framework
makedepends = python-setuptools
makedepends = python2-setuptools
options = !emptydirs
- source = https://github.com/tomchristie/django-rest-framework/archive/3.4.6.tar.gz
- sha256sums = 6b85e81e8d4659e76973c90ac78a4bc428e42a7a6fd4e96f60960b1d511f347f
+ source = python-django-rest-framework-3.4.6.tar.gz::https://github.com/tomchristie/django-rest-framework/archive/3.4.6.tar.gz
+ sha256sums = 71af24490799ebb64f23cda4e5c10f20153d7842fa85bc64281e9b31eb0bbdcc
pkgname = python-django-rest-framework
depends = python-django
diff --git a/PKGBUILD b/PKGBUILD
index 15232da31fc8..a90b7a7a0818 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ arch=(any)
url="https://github.com/tomchristie/django-rest-framework"
license=('MIT')
options=(!emptydirs)
-source=("https://github.com/tomchristie/django-rest-framework/archive/${pkgver}.tar.gz")
-sha256sums=('6b85e81e8d4659e76973c90ac78a4bc428e42a7a6fd4e96f60960b1d511f347f')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/tomchristie/django-rest-framework/archive/${pkgver}.tar.gz")
+sha256sums=('71af24490799ebb64f23cda4e5c10f20153d7842fa85bc64281e9b31eb0bbdcc')
makedepends=('python-setuptools' 'python2-setuptools')
package_python-django-rest-framework() {