summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Heitzmann Gabrielli2015-06-27 07:32:48 -0300
committerLucas Heitzmann Gabrielli2015-06-27 07:32:48 -0300
commitcefb010f25e62b538cee06be98b45618242b81ca (patch)
tree61eb10e3cd5604c9bd14ced0d9551045f9be98e3
parent116521e906ee2e383605ec64fc1084e719158594 (diff)
downloadaur-cefb010f25e62b538cee06be98b45618242b81ca.tar.gz
Updated to v0.7.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b4bc7aa20e8..292bfd19703e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-gdspy
pkgdesc = Gdspy is a Python module for creating GDSII stream files, usually CAD layouts.
- pkgver = 0.7
+ pkgver = 0.7.1
pkgrel = 1
- url = http://gdspy.sourceforge.net/
+ url = https://github.com/heitzmann/gdspy
arch = x86_64
arch = i686
license = GPL3
depends = python
depends = python-numpy
- source = http://downloads.sourceforge.net/project/gdspy/gdspy/gdspy-0.7/gdspy-0.7.zip
- md5sums = 8f69f47a27476e0f099f241d6bb12143
+ source = https://github.com/heitzmann/gdspy/archive/v0.7.1.tar.gz
+ md5sums = a222705b2b6151bd1e4ed15e29998a4e
pkgname = python-gdspy
diff --git a/PKGBUILD b/PKGBUILD
index e7f5286b745f..26174eb0a712 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Lucas H. Gabrielli <heitzmann@gmail.com>
modname=gdspy
pkgname=python-${modname}
-pkgver=0.7
+pkgver=0.7.1
pkgrel=1
pkgdesc="Gdspy is a Python module for creating GDSII stream files, usually CAD layouts."
-url="http://gdspy.sourceforge.net/"
+url="https://github.com/heitzmann/gdspy"
arch=('x86_64' 'i686')
license=('GPL3')
depends=('python' 'python-numpy')
@@ -13,8 +13,8 @@ conflicts=()
replaces=()
backup=()
install=
-source=("http://downloads.sourceforge.net/project/${modname}/${modname}/${modname}-${pkgver}/${modname}-${pkgver}.zip")
-md5sums=('8f69f47a27476e0f099f241d6bb12143')
+source=("https://github.com/heitzmann/${modname}/archive/v${pkgver}.tar.gz")
+md5sums=('a222705b2b6151bd1e4ed15e29998a4e')
build() {
cd "${srcdir}/${modname}-${pkgver}"