summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6618a441fb1c..0cad05d08253 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: DarwinSurvivor <darwinsurvivor@gmail.com>
pkgname=sorl-thumbnail
-pkgver=11.12
+pkgver=12.5.0
pkgrel=3
pkgdesc="Thumbnails for Django"
arch=(any)
@@ -10,8 +10,8 @@ url="http://pypi.python.org/pypi/sorl-thumbnail/"
license=('GPL')
makedepends=('python2-distribute')
depends=('python2' 'python2-django')
-source=("http://pypi.python.org/packages/source/s/sorl-thumbnail/sorl-thumbnail-${pkgver}.tar.gz")
-sha1sums=('abc32461924edf3a1060d059f86dc7de44b2d268')
+source=("https://files.pythonhosted.org/packages/50/ae/632239910bc88c2c27615ed9b8f725844db67278da8a487dafaf024fd2aa/sorl-thumbnail-${pkgver}.tar.gz")
+sha256sums=('8dfe5fda91a5047d1d35a0b9effe7b000764a01d648e15ca076f44e9c34b6dbd')
build() {
cd "$srcdir/$pkgname-$pkgver"