summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiha Frangež2021-04-05 13:11:07 +0200
committerMiha Frangež2021-04-05 13:11:07 +0200
commitdcf9ee9e82f98ee1f3e5ffc8781845bbc1b4c157 (patch)
treebaa08d32e2a01febc145c26a6663ed2378e3793f
parent445841bd08881699cebf5994ac165c3e770fc6ee (diff)
downloadaur-dcf9ee9e82f98ee1f3e5ffc8781845bbc1b4c157.tar.gz
Switched the download to Fedora repos
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4b7df42023d..60f9c451a8b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer : Yen Chi Hsuan <yan12125@gmail.com>
+# Maintainer: Yen Chi Hsuan <miha.frangez at gmail dot com>
+# Contributor: Yen Chi Hsuan <yan12125@gmail.com>
# Contributor: jyantis <yantis@yantis.net>
# Contributor: Rob McCathie <archaur at rmcc dot com dot au>
# Contributor: Yanus Poluektovich <ypoluektovich@gmail.com>
@@ -9,7 +10,7 @@
pkgname=python2-imaging
pkgver=1.1.7
-pkgrel=13
+pkgrel=14
pkgdesc="PIL. Provides image processing capabilities for python"
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'armv6l')
url="http://www.pythonware.com/products/pil/index.htm"
@@ -21,7 +22,7 @@ optdepends=('tk: for the ImageTK module'
provides=("pil=${pkgver}")
conflicts=('pil')
replaces=('pil')
-source=(http://effbot.org/downloads/Imaging-${pkgver}.tar.gz
+source=(https://src.fedoraproject.org/repo/pkgs/python-imaging/Imaging-${pkgver}.tar.gz/fc14a54e1ce02a0225be8854bfba478e/Imaging-${pkgver}.tar.gz
ftheaders.patch)
md5sums=('fc14a54e1ce02a0225be8854bfba478e'
'8e38bfc967145c5467b57f40ceed63e7')