summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOleh Prypin2020-10-28 23:40:49 +0100
committerOleh Prypin2020-10-28 23:40:49 +0100
commit333e61abb54796ed96da86e2268e2387e5c2e4f0 (patch)
tree5efb254b91ef36137a3fd87b76d500dea96c1c7d /PKGBUILD
parent9c78556fa06e63793b6cc29c2c24b7715b709d58 (diff)
downloadaur-333e61abb54796ed96da86e2268e2387e5c2e4f0.tar.gz
Update to 5.7.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b77dbdd47ce8..25791fba32a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase='python-pymunk'
_libname=${pkgbase/python-/}
pkgname=('python-pymunk' 'python2-pymunk')
-pkgver=5.6.0
+pkgver=5.7.0
pkgrel=1
pkgdesc="A wrapper around the 2d physics library Chipmunk"
arch=('any')
@@ -14,7 +14,7 @@ url='http://www.pymunk.org/en/latest/'
license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.zip")
-sha256sums=('dba89d3e4eac40cca31468366b371459021ff1f433359297a8c96b1ede11c20b')
+sha256sums=('585aabe9a7039b7a2dc07217120b6ccfc2abc200bd381187e0912ae852a63894')
prepare() {
cd "$srcdir"/pymunk-$pkgver