summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Heitzmann Gabrielli2016-09-11 10:15:15 -0300
committerLucas Heitzmann Gabrielli2016-09-11 10:15:15 -0300
commitfdd9878164050a0bd38bb8c7b033b55324f0cebc (patch)
treec3e32f1a57aaeddf47065d4385c59b9021fdbaac
parent57baba754243caa164f0a9d211b2c040677daad7 (diff)
downloadaur-fdd9878164050a0bd38bb8c7b033b55324f0cebc.tar.gz
Upadate release
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a75048f702ca..8ea7ba707d6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = python-gdspy
pkgdesc = Gdspy is a Python module for creating GDSII stream files, usually CAD layouts.
- pkgver = 0.9
+ pkgver = 1.0
pkgrel = 1
url = https://github.com/heitzmann/gdspy
arch = x86_64
arch = i686
license = GPL3
+ makedepends = python-setuptools
depends = python
depends = python-numpy
- source = https://github.com/heitzmann/gdspy/releases/download/v0.9/gdspy-0.9.zip
- md5sums = e91a58e6834a5a0ad68e49ad4d1fda0d
+ source = https://github.com/heitzmann/gdspy/archive/v1.0.tar.gz
+ md5sums = c116dd0e209cd4b4dd2a6f487b8040bb
pkgname = python-gdspy
diff --git a/PKGBUILD b/PKGBUILD
index b10b8c8abd21..c02d8750d155 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,20 @@
repo=heitzmann
modname=gdspy
pkgname=python-${modname}
-pkgver=0.9
+pkgver=1.0
pkgrel=1
pkgdesc="Gdspy is a Python module for creating GDSII stream files, usually CAD layouts."
url="https://github.com/${repo}/${modname}"
arch=('x86_64' 'i686')
license=('GPL3')
depends=('python' 'python-numpy')
-makedepends=()
+makedepends=('python-setuptools')
conflicts=()
replaces=()
backup=()
install=
-source=("https://github.com/${repo}/${modname}/releases/download/v${pkgver}/${modname}-${pkgver}.zip")
-md5sums=('e91a58e6834a5a0ad68e49ad4d1fda0d')
+source=("https://github.com/${repo}/${modname}/archive/v${pkgver}.tar.gz")
+md5sums=('c116dd0e209cd4b4dd2a6f487b8040bb')
build() {
cd "${srcdir}/${modname}-${pkgver}"