summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2020-08-23 09:05:21 +0200
committerGrey Christoforo2020-08-23 09:05:21 +0200
commitabdc90e2f7809a9d5640a3451cc47bc310e7f458 (patch)
tree3f3cd3952511769080a9d7f64bf0439b10106edc /PKGBUILD
parent2b01061fd14d86baa5f589735ee3c2420fed09d9 (diff)
downloadaur-abdc90e2f7809a9d5640a3451cc47bc310e7f458.tar.gz
bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d11c97763a77..c018aad5cd72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=python-ezdxf
-pkgver=0.12
+pkgver=0.13
pkgrel=1
pkgdesc="Python interface to DXF"
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=(python python-pyparsing)
makedepends=(python-setuptools)
source=(https://github.com/mozman/ezdxf/archive/v${pkgver}.tar.gz)
-sha256sums=('1f62771c69e51cbf26a762a796c9d7bcfb7e41ff2c80cd091244590bf7dacf1f')
+sha256sums=('d89e9d2734b7e19535833f4b6e8ab906f2f19f9079660585bf87b7fb0100c404')
prepare() {
cd "$srcdir/ezdxf-$pkgver"