summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo J. S. Bellini2018-07-13 12:28:17 -0300
committerDanilo J. S. Bellini2018-07-13 12:28:17 -0300
commit09d7deabc5eddc232bb28ded50c2813c9965a660 (patch)
tree83dae105af3d50cd85d9bc3a658c3478b9aaf9c9
parentca8bd0cf2f5e5659bf2176ae57f48c658de5d230 (diff)
downloadaur-09d7deabc5eddc232bb28ded50c2813c9965a660.tar.gz
v2.2.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b64c26390294..f06057de9789 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python2-affine
pkgdesc = Matrices describing affine transformation of the plane (Python 2.7)
- pkgver = 2.2.0
+ pkgver = 2.2.1
pkgrel = 1
url = https://github.com/sgillies/affine
arch = any
license = BSD
makedepends = python2-setuptools
options = !emptydirs
- 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
+ source = https://files.pythonhosted.org/packages/38/88/ee5dcab77799b8eb226b7170d6e65e3031420edf63ce1f4f05296e50378f/affine-2.2.1.tar.gz
+ source = https://raw.githubusercontent.com/sgillies/affine/2.2.1/LICENSE.txt
+ sha256sums = 306e56e8e2cbe80e90400fe0469cfc09c583a9efc7796c3fa87bcb572ddb7548
sha256sums = fc3636b54ff4072cf4b013ed9893c171ed25f88dae2b32722050499c1878cd6e
pkgname = python2-affine
diff --git a/PKGBUILD b/PKGBUILD
index de0b8bd89e92..1f08cf095bcd 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.2.0
+pkgver=2.2.1
pkgrel=1
pkgdesc="Matrices describing affine transformation of the plane (Python 2.7)"
arch=('any')
@@ -9,10 +9,10 @@ url='https://github.com/sgillies/affine'
license=('BSD')
makedepends=('python2-setuptools')
options=(!emptydirs)
-sha256sums=('0e56a6aaf8443366042daa4092a94907c18edf5aba22db9f5e47737b222f4b91'
+sha256sums=('306e56e8e2cbe80e90400fe0469cfc09c583a9efc7796c3fa87bcb572ddb7548'
'fc3636b54ff4072cf4b013ed9893c171ed25f88dae2b32722050499c1878cd6e')
_pypi='https://files.pythonhosted.org/packages'
-_path='0b/31/750da34024e1a8075cede04134789943ff166dc26ea192804bbf24194547'
+_path='38/88/ee5dcab77799b8eb226b7170d6e65e3031420edf63ce1f4f05296e50378f'
source=("$_pypi/$_path/$_name-$pkgver.tar.gz"
"https://raw.githubusercontent.com/sgillies/affine/$pkgver/LICENSE.txt")