summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Heitzmann Gabrielli2016-05-06 17:04:23 -0300
committerLucas Heitzmann Gabrielli2016-05-06 17:04:23 -0300
commit88141adeb54b95468bf5a4857c0273c93bcdacd6 (patch)
tree03e8efae0a71b04a0ceeaa6a2a1a22f6dd456fd6
parentd343e372190ffd31fc4181a24d53c5dc71748426 (diff)
downloadaur-88141adeb54b95468bf5a4857c0273c93bcdacd6.tar.gz
Version 0.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1437d958aafd..f5da2a1d4fbb 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 = 0.7.1
+ pkgver = 0.8.1
pkgrel = 1
url = https://github.com/heitzmann/gdspy
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = python-gdspy
license = GPL3
depends = python
depends = python-numpy
- source = https://github.com/heitzmann/gdspy/archive/v0.7.1.tar.gz
- md5sums = 5a6bbc5a64c05f8f18b666140778b47d
+ source = https://github.com/heitzmann/gdspy/releases/download/v0.8.1/gdspy-0.8.1.tar.gz
+ md5sums = af56ce94889695a7ae07512e00574518
pkgname = python-gdspy
diff --git a/PKGBUILD b/PKGBUILD
index 00cce8a4d3ea..886f48a404d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Lucas H. Gabrielli <heitzmann@gmail.com>
+repo=heitzmann
modname=gdspy
pkgname=python-${modname}
-pkgver=0.7.1
+pkgver=0.8.1
pkgrel=1
pkgdesc="Gdspy is a Python module for creating GDSII stream files, usually CAD layouts."
-url="https://github.com/heitzmann/gdspy"
+url="https://github.com/${repo}/${modname}"
arch=('x86_64' 'i686')
license=('GPL3')
depends=('python' 'python-numpy')
@@ -13,8 +14,8 @@ conflicts=()
replaces=()
backup=()
install=
-source=("https://github.com/heitzmann/${modname}/archive/v${pkgver}.tar.gz")
-md5sums=('5a6bbc5a64c05f8f18b666140778b47d')
+source=("https://github.com/${repo}/${modname}/releases/download/v${pkgver}/${modname}-${pkgver}.tar.gz")
+md5sums=('af56ce94889695a7ae07512e00574518')
build() {
cd "${srcdir}/${modname}-${pkgver}"