summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Heitzmann Gabrielli2017-01-20 14:26:22 -0200
committerLucas Heitzmann Gabrielli2017-01-20 14:26:22 -0200
commit18f4404505ac9b4e2a780f2446e16e99fc63f267 (patch)
tree7568d483fab6f8cecf9aeca2e26e47fe2d549d76
parentfdd9878164050a0bd38bb8c7b033b55324f0cebc (diff)
downloadaur-18f4404505ac9b4e2a780f2446e16e99fc63f267.tar.gz
v1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ea7ba707d6f..60d5cb76e07b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-gdspy
pkgdesc = Gdspy is a Python module for creating GDSII stream files, usually CAD layouts.
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 1
url = https://github.com/heitzmann/gdspy
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = python-gdspy
makedepends = python-setuptools
depends = python
depends = python-numpy
- source = https://github.com/heitzmann/gdspy/archive/v1.0.tar.gz
- md5sums = c116dd0e209cd4b4dd2a6f487b8040bb
+ source = https://github.com/heitzmann/gdspy/archive/v1.1.tar.gz
+ md5sums = 3ee38e2598e6b3deadf3824bbea6948c
pkgname = python-gdspy
diff --git a/PKGBUILD b/PKGBUILD
index c02d8750d155..961ff72948e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
repo=heitzmann
modname=gdspy
pkgname=python-${modname}
-pkgver=1.0
+pkgver=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=('c116dd0e209cd4b4dd2a6f487b8040bb')
+md5sums=('3ee38e2598e6b3deadf3824bbea6948c')
build() {
cd "${srcdir}/${modname}-${pkgver}"