summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29835dae1236..49f99e547ff8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
repo=heitzmann
modname=gdspy
pkgname=python-${modname}
-pkgver=1.2
+pkgver=1.2.1
pkgrel=1
pkgdesc="Gdspy is a Python module for creating GDSII stream files, usually CAD layouts."
url="https://github.com/${repo}/${modname}"
@@ -15,7 +15,7 @@ replaces=()
backup=()
install=
source=("https://github.com/${repo}/${modname}/archive/v${pkgver}.tar.gz")
-md5sums=('5dc96a45abf31e125c96c244510e83db')
+md5sums=('6cd5b614b120b42b8cf22a70adf15d76')
build() {
cd "${srcdir}/${modname}-${pkgver}"