summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8c19878851d..f857b06c315d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-affine
pkgdesc = Python package for matrices describing affine transformation of the plane
- pkgver = 2.3.0
+ pkgver = 2.3.1
pkgrel = 1
url = https://github.com/sgillies/affine
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = https://pypi.python.org/packages/source/a/affine/affine-2.3.0.tar.gz
- sha256sums = 2e045def1aa29e613c42e801a7e10e0b9bacfed1a7c6af0cadf8843530a15102
+ source = https://pypi.python.org/packages/source/a/affine/affine-2.3.1.tar.gz
+ sha256sums = d676de66157ad6af99ffd94e0f54e89dfc35b0fb7252ead2ed0ad2dca431bdd0
pkgname = python-affine
-
diff --git a/.gitignore b/.gitignore
index 19681f384f40..d3730d7c9433 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,6 @@
*.tar.gz
*.tar.xz
+/*.tar.zst
/pkg
/src
+/*.log
diff --git a/PKGBUILD b/PKGBUILD
index 7df6f85de247..1f968d28c502 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kyle Manna <kyle[at]kylemanna[d0t]com>
_pkgname=affine
pkgname=python-${_pkgname}
-pkgver=2.3.0
+pkgver=2.3.1
pkgrel=1
pkgdesc="Python package for matrices describing affine transformation of the plane"
url="https://github.com/sgillies/affine"
@@ -11,7 +11,7 @@ optdepends=()
license=('BSD')
arch=('any')
source=("https://pypi.python.org/packages/source/a/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('2e045def1aa29e613c42e801a7e10e0b9bacfed1a7c6af0cadf8843530a15102')
+sha256sums=('d676de66157ad6af99ffd94e0f54e89dfc35b0fb7252ead2ed0ad2dca431bdd0')
build() {
cd "$srcdir/${_pkgname}-$pkgver"