summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Penner2018-11-24 11:54:18 -0800
committerDoug Penner2018-11-24 11:54:18 -0800
commit89519630066ee082ea48adb16feb182e409722e6 (patch)
tree634365641b9ec62dc149173927fe4142eec05c0b
parent93a48759d4263a92b1e87878c83c9285ef066f5c (diff)
downloadaur-sorl-thumbnail.tar.gz
updated to new release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 817365236ae5..81163f8b4891 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sorl-thumbnail
pkgdesc = Thumbnails for Django
- pkgver = 11.12
+ pkgver = 12.5.0
pkgrel = 3
url = http://pypi.python.org/pypi/sorl-thumbnail/
arch = any
@@ -8,8 +8,8 @@ pkgbase = sorl-thumbnail
makedepends = python2-distribute
depends = python2
depends = python2-django
- source = http://pypi.python.org/packages/source/s/sorl-thumbnail/sorl-thumbnail-11.12.tar.gz
- sha1sums = abc32461924edf3a1060d059f86dc7de44b2d268
+ source = https://files.pythonhosted.org/packages/50/ae/632239910bc88c2c27615ed9b8f725844db67278da8a487dafaf024fd2aa/sorl-thumbnail-12.5.0.tar.gz
+ sha256sums = 8dfe5fda91a5047d1d35a0b9effe7b000764a01d648e15ca076f44e9c34b6dbd
pkgname = sorl-thumbnail
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"