summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo J. S. Bellini2018-05-26 20:55:39 -0300
committerDanilo J. S. Bellini2018-05-26 20:55:39 -0300
commitca8bd0cf2f5e5659bf2176ae57f48c658de5d230 (patch)
treed4b53cd422c42eaed15d50154d1d3887c6783df7
parent2a17b38414f6870c6e5e37d048d926844566d1af (diff)
downloadaur-ca8bd0cf2f5e5659bf2176ae57f48c658de5d230.tar.gz
v2.2.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e94d8057fd35..b64c26390294 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = python2-affine
pkgdesc = Matrices describing affine transformation of the plane (Python 2.7)
- pkgver = 2.0.0.post1
+ pkgver = 2.2.0
pkgrel = 1
url = https://github.com/sgillies/affine
arch = any
license = BSD
makedepends = python2-setuptools
options = !emptydirs
- source = https://pypi.python.org/packages/b0/3c/e1a37f1e92f27f5e32371b572201819c59d5e917d600d46df80f780cab43/affine-2.0.0.post1.tar.gz#md5=b7f4e2c86adc6575a7563c401d07f992
- source = https://raw.githubusercontent.com/sgillies/affine/2.0.0.post1/LICENSE.txt
- md5sums = b7f4e2c86adc6575a7563c401d07f992
- md5sums = 75dd4e368ae6aeef7f6ab3f8e8e796a8
+ source = https://files.pythonhosted.org/packages/0b/31/750da34024e1a8075cede04134789943ff166dc26ea192804bbf24194547/affine-2.2.0.tar.gz
+ source = https://raw.githubusercontent.com/sgillies/affine/2.2.0/LICENSE.txt
+ sha256sums = 0e56a6aaf8443366042daa4092a94907c18edf5aba22db9f5e47737b222f4b91
+ sha256sums = fc3636b54ff4072cf4b013ed9893c171ed25f88dae2b32722050499c1878cd6e
pkgname = python2-affine
diff --git a/PKGBUILD b/PKGBUILD
index 648e14823f68..de0b8bd89e92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Danilo J. S. Bellini <danilo dot bellini at gmail dot com>
_name=affine
pkgname=('python2-affine')
-pkgver=2.0.0.post1
+pkgver=2.2.0
pkgrel=1
pkgdesc="Matrices describing affine transformation of the plane (Python 2.7)"
arch=('any')
@@ -9,11 +9,11 @@ url='https://github.com/sgillies/affine'
license=('BSD')
makedepends=('python2-setuptools')
options=(!emptydirs)
-md5sums=('b7f4e2c86adc6575a7563c401d07f992'
- '75dd4e368ae6aeef7f6ab3f8e8e796a8')
-_pypi='https://pypi.python.org/packages'
-_path='b0/3c/e1a37f1e92f27f5e32371b572201819c59d5e917d600d46df80f780cab43'
-source=("$_pypi/$_path/$_name-$pkgver.tar.gz#md5=$md5sums"
+sha256sums=('0e56a6aaf8443366042daa4092a94907c18edf5aba22db9f5e47737b222f4b91'
+ 'fc3636b54ff4072cf4b013ed9893c171ed25f88dae2b32722050499c1878cd6e')
+_pypi='https://files.pythonhosted.org/packages'
+_path='0b/31/750da34024e1a8075cede04134789943ff166dc26ea192804bbf24194547'
+source=("$_pypi/$_path/$_name-$pkgver.tar.gz"
"https://raw.githubusercontent.com/sgillies/affine/$pkgver/LICENSE.txt")
package() {