summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0e19a9177ae..e8c19878851d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Sun Apr 14 03:44:43 UTC 2019
pkgbase = python-affine
pkgdesc = Python package for matrices describing affine transformation of the plane
- pkgver = 2.2.2
+ pkgver = 2.3.0
pkgrel = 1
url = https://github.com/sgillies/affine
arch = any
license = BSD
+ makedepends = python-setuptools
depends = python
- depends = python-pip
- source = https://pypi.python.org/packages/source/a/affine/affine-2.2.2.tar.gz
- sha256sums = ff0d0f40a90faa651f7bc7fece15bdbb7a0e0658b1e7ba6a03422c21efa7da90
+ source = https://pypi.python.org/packages/source/a/affine/affine-2.3.0.tar.gz
+ sha256sums = 2e045def1aa29e613c42e801a7e10e0b9bacfed1a7c6af0cadf8843530a15102
pkgname = python-affine
diff --git a/PKGBUILD b/PKGBUILD
index 8955a0688d76..7df6f85de247 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kyle Manna <kyle[at]kylemanna[d0t]com>
_pkgname=affine
pkgname=python-${_pkgname}
-pkgver=2.2.2
+pkgver=2.3.0
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=('ff0d0f40a90faa651f7bc7fece15bdbb7a0e0658b1e7ba6a03422c21efa7da90')
+sha256sums=('2e045def1aa29e613c42e801a7e10e0b9bacfed1a7c6af0cadf8843530a15102')
build() {
cd "$srcdir/${_pkgname}-$pkgver"