summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLucas Heitzmann Gabrielli2017-01-27 11:38:59 -0200
committerLucas Heitzmann Gabrielli2017-01-27 11:38:59 -0200
commitea7bf8651e677364ddcbcbb3a117e9104661fa46 (patch)
tree717a59435be919882220dfe006757ee983abd17a /PKGBUILD
parent18f4404505ac9b4e2a780f2446e16e99fc63f267 (diff)
downloadaur-ea7bf8651e677364ddcbcbb3a117e9104661fa46.tar.gz
Update to v1.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 961ff72948e5..d83e44ea10a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
repo=heitzmann
modname=gdspy
pkgname=python-${modname}
-pkgver=1.1
+pkgver=1.1.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=('3ee38e2598e6b3deadf3824bbea6948c')
+md5sums=('b7bc18039e7f9a956e24716937e1ca38')
build() {
cd "${srcdir}/${modname}-${pkgver}"