summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f06057de9789..ab091ee3b8fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = python2-affine
pkgdesc = Matrices describing affine transformation of the plane (Python 2.7)
- pkgver = 2.2.1
+ pkgver = 2.3.0
pkgrel = 1
url = https://github.com/sgillies/affine
arch = any
license = BSD
makedepends = python2-setuptools
options = !emptydirs
- 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
+ source = https://files.pythonhosted.org/packages/93/73/2467d77542b3125a2ebb9c1fccf19bc8621847178619984fabc24810a389/affine-2.3.0.tar.gz
+ source = https://raw.githubusercontent.com/sgillies/affine/2.3.0/LICENSE.txt
+ sha256sums = 2e045def1aa29e613c42e801a7e10e0b9bacfed1a7c6af0cadf8843530a15102
sha256sums = fc3636b54ff4072cf4b013ed9893c171ed25f88dae2b32722050499c1878cd6e
pkgname = python2-affine
-
diff --git a/PKGBUILD b/PKGBUILD
index 1f08cf095bcd..20c99a70f42b 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.1
+pkgver=2.3.0
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=('306e56e8e2cbe80e90400fe0469cfc09c583a9efc7796c3fa87bcb572ddb7548'
+sha256sums=('2e045def1aa29e613c42e801a7e10e0b9bacfed1a7c6af0cadf8843530a15102'
'fc3636b54ff4072cf4b013ed9893c171ed25f88dae2b32722050499c1878cd6e')
_pypi='https://files.pythonhosted.org/packages'
-_path='38/88/ee5dcab77799b8eb226b7170d6e65e3031420edf63ce1f4f05296e50378f'
+_path='93/73/2467d77542b3125a2ebb9c1fccf19bc8621847178619984fabc24810a389'
source=("$_pypi/$_path/$_name-$pkgver.tar.gz"
"https://raw.githubusercontent.com/sgillies/affine/$pkgver/LICENSE.txt")